Skip to content

Commit

Permalink
fix: add sensitive true flag to output auth_string (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmrm committed Jul 20, 2022
1 parent 9ee1c5a commit 20b4c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ output "persistence_iam_identity" {
output "auth_string" {
description = "AUTH String set on the instance. This field will only be populated if auth_enabled is true."
value = google_redis_instance.default.auth_string
sensitive = true
}

0 comments on commit 20b4c61

Please sign in to comment.