mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-04-01 15:03:06 +02:00
Added write_aws_auth_config option (#228)
* Added update aws auth configmap when manage_aws_auth set false case and `write_aws_auth_config` variable for not create the aws_auth files option * Add CHANGELOG * Changed writing config file process for Windows compatibility. * Apply terraform-docs and terraform fmt * Fixed zsh-specific syntax * Fixed CHANGELOG.md
This commit is contained in:
@@ -15,11 +15,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
|
||||
- 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)
|
||||
- write_aws_auth_config to input (by @yutachaos)
|
||||
|
||||
##### Changed
|
||||
|
||||
- Change worker group ASG to use create_before_destroy (by @stefansedich)
|
||||
- Fixed a bug where worker group defaults were being used for launch template user data (by @leonsodhi-lf)
|
||||
- Managed_aws_auth option is true, the aws-auth configmap file is no longer created, and write_aws_auth_config must be set to true to generate config_map. (by @yutachaos)
|
||||
|
||||
# History
|
||||
|
||||
|
||||
Reference in New Issue
Block a user