mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-17 09:07:20 +01:00
* 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