Add suspended_processes attributes to autoscaling_group (#153)

This commit is contained in:
Bruno Meneguello
2018-10-09 05:52:12 -03:00
committed by Max Williams
parent 6de0825644
commit c8cc60f46d
3 changed files with 4 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
- A useful addition (slam dunk, @self 🔥)
- Worker groups can be created with a specified IAM profile. (from @laverya)
- exposed `aws_eks_cluster` create and destroy timeouts (by @RGPosadas)
- Added `suspended_processes` to `worker_groups` input (by @bkmeneguello)
- exposed `placement_tenancy` for autoscaling group (by @monsterxx03)
- Allow port 443 from EKS service to nodes to run `metrics-server`. (by @max-rocket-internet)