File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
infra/terraform/mesh_dns_servers Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ resource "proxmox_vm_qemu" "authoritative_dns_vm" {
3030 }
3131
3232 network {
33+ id = " net0"
3334 bridge = var. vm_nic
3435 model = " virtio"
3536 }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ resource "proxmox_vm_qemu" "recursive_dns_vm" {
1111 memory = var. recursive_memory
1212 os_type = " cloud-init"
1313 agent = 1
14- cloudinit_cdrom_storage = var. proxmox_storage_location
14+ # cloudinit_cdrom_storage = var.proxmox_storage_location
1515 ciuser = var. dns_local_user
1616 cipassword = var. mesh_dns_local_password
1717
@@ -30,6 +30,7 @@ resource "proxmox_vm_qemu" "recursive_dns_vm" {
3030 }
3131
3232 network {
33+ id = " net0"
3334 bridge = var. vm_nic
3435 model = " virtio"
3536 }
You can’t perform that action at this time.
0 commit comments