Skip to content

Commit 5c05d51

Browse files
committed
properly ignore the instance count
Just ignore that whole map block, basically.
1 parent 4cdd413 commit 5c05d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_vpc.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ resource "aws_elasticsearch_domain" "es_vpc" {
7171
lifecycle {
7272
# ignoring vpc_options because it has three subnets, TF only supports two.
7373
# the rest are ignored so they can be changed by #hotchip
74-
ignore_changes = ["elasticsearch_version", "instance_type", "instance_count", "vpc_options"]
74+
ignore_changes = ["elasticsearch_version", "instance_type", "cluster_config", "vpc_options"]
7575
}
7676

7777
encrypt_at_rest = {

0 commit comments

Comments
 (0)