Difference between revisions of "Sensitive"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | |||
+ | [[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 | ||
+ | } | ||
* [[Terraform resource: random password]] | * [[Terraform resource: random password]] | ||
* [[Case-sensitive]] | * [[Case-sensitive]] |
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: