fix(freeipa): wrong indent level and block

This commit is contained in:
Kat Inskip 2024-01-30 16:48:02 -08:00
parent cd26944fbe
commit 5aedf63004
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -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
}