mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-27 02:48:57 +02:00
Worker group tags (#252)
* 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
This commit is contained in:
committed by
Max Williams
parent
eac4164c05
commit
35747d707a
@@ -12,6 +12,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
##### Added
|
||||
|
||||
- Ability to configure force_delete for the worker group ASG (by @stefansedich)
|
||||
- Ability to configure worker group ASG tags (by @stefansedich)
|
||||
- Added EBS optimized mapping for the g3s.xlarge instance type (by @stefansedich)
|
||||
- `enabled_metrics` input (by @zanitete)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user