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 243c1c5 commit 5cc5e08Copy full SHA for 5cc5e08
modules/safer_mysql/outputs.tf
@@ -81,14 +81,17 @@ output "instance_ip_address" {
81
output "primary" {
82
value = module.safer_mysql.primary
83
description = "The `google_sql_database_instance` resource representing the primary instance"
84
+ sensitive = true
85
}
86
87
output "replicas" {
88
value = module.safer_mysql.replicas
89
description = "A list of `google_sql_database_instance` resources representing the replicas"
90
91
92
93
output "instances" {
94
value = module.safer_mysql.instances
95
description = "A list of all `google_sql_database_instance` resources we've created"
96
97
0 commit comments