Skip to content

Commit 163a89c

Browse files
authored
fix: mssql - make instance_server_ca_cert output sensitive (#609)
1 parent b9a6ada commit 163a89c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/mssql/outputs.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ output "instance_self_link" {
4848
output "instance_server_ca_cert" {
4949
value = google_sql_database_instance.default.server_ca_cert
5050
description = "The CA certificate information used to connect to the SQL instance via SSL"
51+
sensitive = true
5152
}
5253

5354
output "instance_service_account_email_address" {

0 commit comments

Comments
 (0)