We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3c013 commit f4052c7Copy full SHA for f4052c7
outputs.tf
@@ -51,6 +51,7 @@ output "this_db_instance_username" {
51
output "this_db_instance_password" {
52
description = "The database password (this password may be old, because Terraform doesn't track it after initial creation)"
53
value = var.password
54
+ sensitive = true
55
}
56
57
output "this_db_instance_port" {
0 commit comments