Skip to content

Commit

Permalink
fix: disable sensetive for password
Browse files Browse the repository at this point in the history
  • Loading branch information
glavk committed Sep 23, 2024
1 parent d8a67e3 commit d223926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ variable "deletion_protection" {
variable "password" {
description = "Password for the Redis cluster"
type = string
sensitive = true
sensitive = false
}

variable "timeout" {
Expand Down

0 comments on commit d223926

Please sign in to comment.