We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb476d5 commit 17da833Copy full SHA for 17da833
modules/postgresql/outputs.tf
@@ -112,6 +112,7 @@ output "additional_users" {
112
output "primary" {
113
value = google_sql_database_instance.default
114
description = "The `google_sql_database_instance` resource representing the primary instance"
115
+ sensitive = true
116
}
117
118
output "replicas" {
@@ -122,4 +123,5 @@ output "replicas" {
122
123
output "instances" {
124
value = concat([google_sql_database_instance.default], values(google_sql_database_instance.replicas))
125
description = "A list of all `google_sql_database_instance` resources we've created"
126
127
0 commit comments