From 36821e3176b72f488fb3aebfb10860cb23f3c0f3 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 30 Jun 2024 07:57:57 -0500 Subject: [PATCH] update --- terraform/main.tf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/terraform/main.tf b/terraform/main.tf index b7e51f5..80c810e 100644 --- a/terraform/main.tf +++ b/terraform/main.tf @@ -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"