Skip to content

Commit

Permalink
Added senstitive=true field in 'primary' output in mssql module, sinc…
Browse files Browse the repository at this point in the history
…e there are some sensitive fields in google_sql_database_instance resource.
  • Loading branch information
ravisiddhu committed Dec 15, 2022
1 parent ee56704 commit 6c3aeef
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 @@ -82,4 +82,5 @@ output "root_password" {
output "primary" {
value = google_sql_database_instance.default
description = "The `google_sql_database_instance` resource representing the primary instance"
sensitive = true
}

0 comments on commit 6c3aeef

Please sign in to comment.