You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: local.tf
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ locals {
50
50
iam_instance_profile_name =""# A custom IAM instance profile name. Used when manage_worker_iam_resources is set to false. Incompatible with iam_role_id.
51
51
iam_role_id ="local.default_iam_role_id"# A custom IAM role id. Incompatible with iam_instance_profile_name. Literal local.default_iam_role_id will never be used but if iam_role_id is not set, the local.default_iam_role_id interpolation will be used.
52
52
suspended_processes = ["AZRebalance"] # A list of processes to suspend. i.e. ["AZRebalance", "HealthCheck", "ReplaceUnhealthy"]
53
-
target_group_arns =[] # A list of ALB target group ARNs to be associated to the ASG
53
+
target_group_arns =null# A list of ALB target group ARNs to be associated to the ASG
54
54
enabled_metrics = [] # A list of metrics to be collected i.e. ["GroupMinSize", "GroupMaxSize", "GroupDesiredCapacity"]
55
55
placement_group =""# The name of the placement group into which to launch the instances, if any.
56
56
service_linked_role_arn =""# Arn of custom service linked role that Auto Scaling group will use. Useful when you have encrypted EBS
0 commit comments