diff --git a/main.tf b/main.tf index 66c1136..c8c7b4f 100644 --- a/main.tf +++ b/main.tf @@ -99,6 +99,7 @@ resource "aws_elasticache_replication_group" "default" { transit_encryption_enabled = var.transit_encryption_enabled snapshot_window = var.snapshot_window snapshot_retention_limit = var.snapshot_retention_limit + apply_immediately = var.apply_immediately tags = module.label.tags