v0.32.1
🚀 Enhancements
support more nodes than there are AZs defined @gusse (#108)
what
- Allows not defining
availability_zones
- Can create more nodes than you have defined AZs (once AWS provider is fixed hashicorp/terraform-provider-aws#14070 (comment))
why
availability_zones
parameter shouldn't be required.- You might want to define the AZs you use and have more nodes than AZs, e.g. use two AZs and 4 nodes
references
- hashicorp/terraform-provider-aws#14070 (comment)
- Similar fix was done to memcached module cloudposse/terraform-aws-elasticache-memcached#28