v0.35.0
feat: add validation to availability_zone_count @morremeyer (#122)
what
- This ensures that availability_zone_count is only set to allowed values, see https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/elasticsearch_domain#availability_zone_count.
why
- Without this change, it’s possible to set
zone_awareness_enabled
totrue
which will automatically use 2 AZs, but setavailability_zone_count
to1
, which is confusing