Allow to set user defined workers role name (#496)

* Allow to set user defined workers role name

* Add changelog entry

* Keep single variable for worker role name
This commit is contained in:
Ivanich
2019-09-12 18:45:04 +03:00
committed by Max Williams
parent 4264a5fe6e
commit a47f464221
4 changed files with 10 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Updated `local.spot_allocation_strategy` docstring to indicate availability of new `capacity-optimized` option. (by @sc250024)
- 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)
### Changed