mirror of
https://github.com/terraform-aws-modules/terraform-aws-eks.git
synced 2025-09-09 19:32:58 +08:00
35747d707a
* Allow per worker group ASG tags to be set * Format * Set correct defaults * Implement hack that will use the first item in the list if a matching item does not exist for the worker group * Use a map that will map from the worker group name to the tags to get around the issue where list indexing does not work with a list of lists * Format * Cleanup * Fix sample * README