Add support for placement groups (#306)

This commit is contained in:
Matheus Fernandes
2019-03-20 09:38:41 -03:00
committed by Max Williams
parent bef3c36a40
commit fd1f149432
3 changed files with 3 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ locals {
suspended_processes = "" # A comma delimited string of processes to to suspend. i.e. AZRebalance,HealthCheck,ReplaceUnhealthy
target_group_arns = "" # A comma delimited list of ALB target group ARNs to be associated to the ASG
enabled_metrics = "" # A comma delimited list of metrics to be collected i.e. GroupMinSize,GroupMaxSize,GroupDesiredCapacity
placement_group = "" # The name of the placement group into which to launch the instances, if any.
}
workers_group_defaults = "${merge(local.workers_group_defaults_defaults, var.workers_group_defaults)}"