Skip to content

Commit

Permalink
Flag master_username output as sensitive (#114)
Browse files Browse the repository at this point in the history
* Flag `master_username` output as sensitive

* Auto Format

Co-authored-by: cloudpossebot <11232728+cloudpossebot@users.noreply.github.com>
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 10, 2021
1 parent 163d3c2 commit 2c9b452
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 @@ -6,6 +6,7 @@ output "database_name" {
output "master_username" {
value = local.is_regional_cluster ? join("", aws_rds_cluster.primary.*.master_username) : join("", aws_rds_cluster.secondary.*.master_username)
description = "Username for the master DB user"
sensitive = true
}

output "cluster_identifier" {
Expand Down

0 comments on commit 2c9b452

Please sign in to comment.