This commit is contained in:
2024-06-30 07:57:57 -05:00
parent a8533355c5
commit 36821e3176

View File

@@ -101,11 +101,11 @@ resource "proxmox_vm_qemu" "k3master" {
bridge = "vmbr1"
tag = local.config.vlan
}
lifecycle {
ignore_changes = [
network,
]
}
# lifecycle {
# ignore_changes = [
# network,
# ]
# }
#Cloud Init Settings
ipconfig0 = "ip=192.168.${local.config.vlan}.${local.config.k3master.ip[count.index]}/24,gw=${local.config.dnsserver}"
searchdomain = "durp.loc"