Skip to content

Commit

Permalink
fix: set replicas output as sensitive pgsql (#334)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Pavliutin <a.pavliutin@atri.tech>
Co-authored-by: g-awmalik <malik.awais@gmail.com>
  • Loading branch information
3 people committed Aug 9, 2022
1 parent b1ef34d commit ad6f427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/postgresql/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ output "primary" {
output "replicas" {
value = values(google_sql_database_instance.replicas)
description = "A list of `google_sql_database_instance` resources representing the replicas"
sensitive = true
}

output "instances" {
Expand Down

0 comments on commit ad6f427

Please sign in to comment.