Skip to content

Commit ade2bf3

Browse files
authored
fix: add missing multi_az_enabled variable (cloudposse/terraform-aws-components#1041)
1 parent 0f23a47 commit ade2bf3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/redis_cluster/variables.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ variable "cluster_attributes" {
5555
family = string
5656
port = number
5757
zone_id = string
58+
multi_az_enabled = bool
5859
at_rest_encryption_enabled = bool
5960
transit_encryption_enabled = bool
6061
apply_immediately = bool

0 commit comments

Comments
 (0)