sensitive

From wikieduonline
Revision as of 10:00, 9 February 2023 by Chmod15 (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
}


(sensitive value)

tg output your-sensitive-value
output-will-be-your-sensitive-value

Related[edit]


See also[edit]

Advertising: