Revert "Add suspended_processes attributes to autoscaling_group (#153)" (#157)

This reverts commit c8cc60f46d.
This commit is contained in:
Max Williams
2018-10-09 11:24:42 +02:00
committed by GitHub
parent c8cc60f46d
commit ba43786412
3 changed files with 1 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ locals {
additional_security_group_ids = "" # A comman delimited list of additional security group ids to include in worker launch config
protect_from_scale_in = false # Prevent AWS from scaling in, so that cluster-autoscaler is solely responsible.
iam_role_id = "${local.default_iam_role_id}" # Use the specified IAM role if set.
suspended_processes = "" # A comma delimited string of processes to to suspend. i.e. AZRebalance,HealthCheck,ReplaceUnhealthy
}
workers_group_defaults = "${merge(local.workers_group_defaults_defaults, var.workers_group_defaults)}"