Adding workers_launch_template ebs encryption (#292)

* Adding workers_launch_template ebs encryption

* Update CHANGELOG.md
This commit is contained in:
russki
2019-03-07 06:58:59 -08:00
committed by Max Williams
parent bb9c1b0b54
commit 3795811beb
3 changed files with 5 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Adding ebs encryption for workers launched using workers_launch_template (by @russki)
- Added output for generated kubeconfig filename (by @syst0m)
- Added outputs for cluster role ARN and name (by @spingel)
- Added optional name filter variable to be able to pin worker AMI to a release (by @max-rocket-internet)