Skip to content

Commit

Permalink
fix: Allows redis cluster mode to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
o-leolleo authored Dec 18, 2023
1 parent af86701 commit 6c01a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aws/redis/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ variable "cluster_mode" {
num_node_groups = number
})

default = null
default = null
nullable = true
}

variable "multi_az_enabled" {
Expand Down

0 comments on commit 6c01a1c

Please sign in to comment.