Skip to content

Commit

Permalink
fix: Added sensitive field in output "primary" in mssql module (#394)
Browse files Browse the repository at this point in the history
Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
  • Loading branch information
ravisiddhu and bharathkkb committed Dec 17, 2022
1 parent 83ca2e2 commit 4b32479
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 4b32479

Please sign in to comment.