diff --git a/vm-centos/outputs.tf b/vm-centos/outputs.tf index c54b870..f78c5ab 100644 --- a/vm-centos/outputs.tf +++ b/vm-centos/outputs.tf @@ -11,7 +11,7 @@ output "admin_username" { } output "admin_password" { - value = random_password.password.result + value = nonsensitive(random_password.password.result) } output "nic_id" { diff --git a/vm-ubuntu/outputs.tf b/vm-ubuntu/outputs.tf index c75357d..2fb0a76 100644 --- a/vm-ubuntu/outputs.tf +++ b/vm-ubuntu/outputs.tf @@ -11,7 +11,7 @@ output "admin_username" { } output "admin_password" { - value = random_password.password.result + value = nonsensitive(random_password.password.result) } output "nic_id" {