Commit f4052c75 authored by Anton Babenko's avatar Anton Babenko

Mark password as sensitive (closes #98)

parent 9c3c0134
......@@ -51,6 +51,7 @@ output "this_db_instance_username" {
output "this_db_instance_password" {
description = "The database password (this password may be old, because Terraform doesn't track it after initial creation)"
value = var.password
sensitive = true
}
output "this_db_instance_port" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment