diff --git a/tf/proxmox_vms.tf b/tf/proxmox_vms.tf index 528cc238..2aecc5c5 100644 --- a/tf/proxmox_vms.tf +++ b/tf/proxmox_vms.tf @@ -120,9 +120,9 @@ resource "proxmox_virtual_environment_vm" "freeipa" { ipv4 { address = "dhcp" } - } - ipv6 { - address = "auto" + ipv6 { + address = "auto" + } } } @@ -139,10 +139,4 @@ resource "proxmox_virtual_environment_vm" "freeipa" { } serial_device {} -} - -resource "random_password" "fedora_vm_password" { - length = 16 - override_special = "_%@" - special = true } \ No newline at end of file