Add URL for OIDC issuer to allow IAM roles for Pods (#506)

* Add URL for OIDC issuer to allow IAM roles for Pods

* Update Documentation
This commit is contained in:
russwhelan
2019-09-16 10:45:35 +01:00
committed by Max Williams
parent 4f4d9c304d
commit 2b88e506e3
3 changed files with 7 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Added support for initial lifecycle hooks for autosacling groups (@barryib)
- Added option to recreate ASG when LT or LC changes (by @barryib)
- Ability to specify workers role name (by @ivanich)
- Added output for OIDC Issuer URL (by @russwhelan)
- Added support for Mixed Instance ASG using `worker_groups_launch_template` variable (by @sppwf)
- Changed ASG Tags generation using terraform 12 `for` utility (by @sppwf)
- Removed `worker_groups_launch_template_mixed` variable (by @sppwf)