Add target_group_arns to worker ASG (#167)

* add target_group_arns to worker default

* add to changelog
This commit is contained in:
Zihao Yu
2018-10-18 08:13:31 -04:00
committed by Max Williams
parent 88f8509e38
commit d580369779
3 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- `suspended_processes` to `worker_groups` input (by @bkmeneguello)
- `target_group_arns` to `worker_groups` input (by @zihaoyu)
### Changed