Files
tofu/proxmox_lxc_container/outputs.tf
VC 9342c38e78
All checks were successful
terraform-lint / terraform-lint (push) Successful in 31s
🚨: fmt tofu
2025-03-06 17:41:27 +01:00

5 lines
107 B
HCL

output "container_password" {
value = random_password.container_password.result
sensitive = true
}