Skip to content

Commit

Permalink
properly ignore the instance count
Browse files Browse the repository at this point in the history
Just ignore that whole map block, basically.
  • Loading branch information
ted-fastly committed Jun 13, 2019
1 parent 4cdd413 commit 5c05d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "aws_elasticsearch_domain" "es_vpc" {
lifecycle {
# ignoring vpc_options because it has three subnets, TF only supports two.
# the rest are ignored so they can be changed by #hotchip
ignore_changes = ["elasticsearch_version", "instance_type", "instance_count", "vpc_options"]
ignore_changes = ["elasticsearch_version", "instance_type", "cluster_config", "vpc_options"]
}

encrypt_at_rest = {
Expand Down

0 comments on commit 5c05d51

Please sign in to comment.