v1.2.1
🚀 Enhancements
Resolve Invalid count argument errors by accepting zone_id as a list @woz5999 (#144)
what
- Support a list for
zone_id
- Retain legacy support for a string
zone_id
why
- Resolve
Invalid count argument
errors when the zone doesn't exist yet - This is the same logic from the redis module and it works well: https://github.com/cloudposse/terraform-aws-elasticache-redis/blob/master/variables.tf