Difference between revisions of "Sensitive"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
− | [[output]] "db_default_instance_password" { | + | [[Terraform: output|output]] "db_default_instance_password" { |
description = "The database password (this password may be old, because Terraform doesn't track it after initial creation)" | description = "The database password (this password may be old, because Terraform doesn't track it after initial creation)" | ||
value = module.db_default.db_instance_password | value = module.db_default.db_instance_password |
Revision as of 22:07, 6 June 2022
output "db_default_instance_password" { description = "The database password (this password may be old, because Terraform doesn't track it after initial creation)" value = module.db_default.db_instance_password sensitive = true }
Advertising: