mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-18 23:09:38 +02:00
Allows worker groups to be created using AWS Launch Templates (#222)
This commit is contained in:
@@ -33,6 +33,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Added
|
||||
|
||||
- Support for using AWS Launch Templates to define autoscaling groups (by @skang0601)
|
||||
- `suspended_processes` to `worker_groups` input (by @bkmeneguello)
|
||||
- `target_group_arns` to `worker_groups` input (by @zihaoyu)
|
||||
- `force_detach_policies` to `aws_iam_role` `cluster` and `workers` (by @marky-mark)
|
||||
@@ -41,6 +42,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
### Changed
|
||||
|
||||
- new variables worker_groups_launch_template and worker_group_count_launch_template (by @skang0601)
|
||||
- Remove aws_iam_service_linked_role (by @max-rocket-internet)
|
||||
- Adjust the order and correct/update the ec2 instance type info. (@chenrui333)
|
||||
- Removed providers from `main.tf`. (by @max-rocket-internet)
|
||||
|
||||
Reference in New Issue
Block a user