Skip to content

Commit

Permalink
fix: mssql - make instance_server_ca_cert output sensitive (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
VladStarr committed Jun 6, 2024
1 parent b9a6ada commit 163a89c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/mssql/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ output "instance_self_link" {
output "instance_server_ca_cert" {
value = google_sql_database_instance.default.server_ca_cert
description = "The CA certificate information used to connect to the SQL instance via SSL"
sensitive = true
}

output "instance_service_account_email_address" {
Expand Down

0 comments on commit 163a89c

Please sign in to comment.