Skip to content

Commit

Permalink
Prevent dependency cycle between resources
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 26, 2024
1 parent 07e104e commit 36a6a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/supernode/vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource "proxmox_vm_qemu" "supernode" {

agent = 1
os_type = "cloud-init"
ipconfig0 = "ip=${netbox_available_ip_address.primary_ipv4.ip_address},gw=0.0.0.0,ip6=auto"
ipconfig0 = "ip=${netbox_available_prefix.primary_ipv4.prefix},gw=0.0.0.0,ip6=auto"
ciuser = "admin"
sshkeys = join("\n", var.vm_ssh_keys)

Expand Down

0 comments on commit 36a6a20

Please sign in to comment.