Update terraform/main.tf
This commit is contained in:
@@ -10,8 +10,6 @@ resource "proxmox_vm_qemu" "vm1" {
|
||||
}
|
||||
|
||||
memory = 2048
|
||||
scsihw = "virtio-scsi-pci"
|
||||
machine = "q35"
|
||||
|
||||
network {
|
||||
id = 0
|
||||
@@ -26,5 +24,4 @@ resource "proxmox_vm_qemu" "vm1" {
|
||||
searchdomain = "domain.local"
|
||||
nameserver = "192.168.178.1"
|
||||
|
||||
agent = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user