Skip to content

Commit bb6d61c

Browse files
committed
let me just update the patch version, surely nothing bad will happen
1 parent 6fc4b8a commit bb6d61c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

infra/terraform/mesh_dns_servers/vm_authoritative.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

infra/terraform/mesh_dns_servers/vm_recursive.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)