Skip to content

Commit 35a2625

Browse files
authored
fix: Type of multi_az_enabled variable (#36)
1 parent 6ab4037 commit 35a2625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ variable "preferred_cache_cluster_azs" {
182182
}
183183

184184
variable "multi_az_enabled" {
185-
type = string
185+
type = bool
186186
description = "Specifies whether to enable Multi-AZ Support for the replication group. If true, `automatic_failover_enabled` must also be enabled. Defaults to false."
187187
default = false
188188
}

0 commit comments

Comments
 (0)