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 b9a6ada commit 163a89cCopy full SHA for 163a89c
modules/mssql/outputs.tf
@@ -48,6 +48,7 @@ output "instance_self_link" {
48
output "instance_server_ca_cert" {
49
value = google_sql_database_instance.default.server_ca_cert
50
description = "The CA certificate information used to connect to the SQL instance via SSL"
51
+ sensitive = true
52
}
53
54
output "instance_service_account_email_address" {
0 commit comments