Skip to content

Commit a97b23e

Browse files
committed
added ignore changes to elasticache
1 parent 4a240dc commit a97b23e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

elasticache.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ resource "aws_elasticache_replication_group" "app4" {
4545
log_format = "json"
4646
log_type = "engine-log"
4747
}
48-
# lifecycle {
49-
# ignore_changes = [kms_key_id]
50-
# }
48+
lifecycle {
49+
ignore_changes = [kms_key_id]
50+
}
5151
apply_immediately = true
5252
}

0 commit comments

Comments
 (0)