🎨: move modules to its own directory
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
All checks were successful
terraform-lint / terraform-lint (push) Successful in 4s
This commit is contained in:
4
modules/proxmox_lxc_container/outputs.tf
Normal file
4
modules/proxmox_lxc_container/outputs.tf
Normal file
@@ -0,0 +1,4 @@
|
||||
output "container_password" {
|
||||
value = random_password.container_password.result
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user