Skip to content

Commit

Permalink
fix: added sensitive flag (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoh95 authored Apr 19, 2022
1 parent fb476d5 commit 17da833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/postgresql/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ output "additional_users" {
output "primary" {
value = google_sql_database_instance.default
description = "The `google_sql_database_instance` resource representing the primary instance"
sensitive = true
}

output "replicas" {
Expand All @@ -122,4 +123,5 @@ output "replicas" {
output "instances" {
value = concat([google_sql_database_instance.default], values(google_sql_database_instance.replicas))
description = "A list of all `google_sql_database_instance` resources we've created"
sensitive = true
}

0 comments on commit 17da833

Please sign in to comment.