Skip to content

Commit 17da833

Browse files
authored
fix: added sensitive flag (#294)
1 parent fb476d5 commit 17da833

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/postgresql/outputs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ output "additional_users" {
112112
output "primary" {
113113
value = google_sql_database_instance.default
114114
description = "The `google_sql_database_instance` resource representing the primary instance"
115+
sensitive = true
115116
}
116117

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

0 commit comments

Comments
 (0)