add initial lifecycle hooks for autosacling groups (#466)

This commit is contained in:
Thierno IB. BARRY
2019-08-20 15:45:06 +02:00
committed by Max Williams
parent d8ed7d0b66
commit d6d0975452
5 changed files with 41 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- Added support for workers iam role tag in `./workers.tf` (@lucas-giaco)
- Added `required_providers` to enforce provider minimum versions (by @dpiddockcmp)
- 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)
### Changed