Skip to content

Commit f3f4519

Browse files
committed
Create elasticache subnet group by default since replication group depends on it
1 parent 9d2f872 commit f3f4519

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
@@ -142,7 +142,7 @@ variable "cluster_id" {
142142
variable "create_elasticache_subnet_group" {
143143
description = "Create Elasticache Subnet Group"
144144
type = bool
145-
default = false
145+
default = true
146146
}
147147

148148
variable "preferred_cache_cluster_azs" {

0 commit comments

Comments
 (0)