Skip to content

Commit f4052c7

Browse files
committed
Mark password as sensitive (closes #98)
1 parent 9c3c013 commit f4052c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

outputs.tf

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ output "this_db_instance_username" {
5151
output "this_db_instance_password" {
5252
description = "The database password (this password may be old, because Terraform doesn't track it after initial creation)"
5353
value = var.password
54+
sensitive = true
5455
}
5556

5657
output "this_db_instance_port" {

0 commit comments

Comments
 (0)