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
* Adding Worker ASG Option for termination_policies, default set to Default
* Adding setting to launch template and mixed
* Updated a few more things per PR notes
* Change termination_policy default from "Default" to ""
Copy file name to clipboardExpand all lines: local.tf
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ locals {
44
44
enabled_metrics =""# A comma delimited list of metrics to be collected i.e. GroupMinSize,GroupMaxSize,GroupDesiredCapacity
45
45
placement_group =""# The name of the placement group into which to launch the instances, if any.
46
46
service_linked_role_arn =""# Arn of custom service linked role that Auto Scaling group will use. Useful when you have encrypted EBS
47
+
termination_policies =""# A comma delimited list of policies to decide how the instances in the auto scale group should be terminated.
47
48
48
49
# Settings for launch templates
49
50
root_block_device_name ="${data.aws_ami.eks_worker.root_device_name}"# Root device name for workers. If non is provided, will assume default AMI was used.
0 commit comments