terraform-community-modules / tf_aws_elasticsearch

[DEPRECATED] Use https://github.com/terraform-aws-modules/terraform-aws-opensearch
MIT License
79 stars 97 forks source link

Add support for 'availability_zone_count' #38

Closed anperez closed 5 years ago

anperez commented 5 years ago

Add support for availability_zone_count (defaults to 2): https://www.terraform.io/docs/providers/aws/r/elasticsearch_domain.html#availability_zone_count

Added in the AWS provider 2.20.0: https://github.com/terraform-providers/terraform-provider-aws/issues/7504#issuecomment-512900927

obohrer commented 5 years ago

Looks good! Was looking at this when I found this PR, can it be merged ?

antonbabenko commented 5 years ago

Yes, this is now part of v1.2.0.

Have a great day!

obohrer commented 5 years ago

Awesome thank you for the quick reply!