Skip to content

Commit

Permalink
Hide sensitive password data from cli output (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
reegnz authored and antonbabenko committed Jan 23, 2020
1 parent 8e758a6 commit 5083d1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ output "this_rds_cluster_database_name" {
output "this_rds_cluster_master_password" {
description = "The master password"
value = aws_rds_cluster.this.master_password
sensitive = true
}

output "this_rds_cluster_port" {
Expand Down

0 comments on commit 5083d1c

Please sign in to comment.