Skip to content

Commit

Permalink
fix: mark rabbit username as not sensitive
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kopp authored and BrianKopp committed Jan 25, 2024
1 parent 9346e23 commit 57f8791
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/bigeye/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ variable "redis_maintenance_window" {
#======================================================
variable "rabbitmq_user_name" {
description = "The user name to log into RabbitMQ with"
sensitive = true
type = string
default = "bigeye"
}
Expand Down

0 comments on commit 57f8791

Please sign in to comment.