mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 02:41:03 +01:00
add option to recreate ASG when LT or LC changes (#465)
This commit is contained in:
committed by
Max Williams
parent
5636447de6
commit
d8ed7d0b66
1
local.tf
1
local.tf
@@ -21,6 +21,7 @@ locals {
|
||||
asg_max_size = "3" # Maximum worker capacity in the autoscaling group.
|
||||
asg_min_size = "1" # Minimum worker capacity in the autoscaling group.
|
||||
asg_force_delete = false # Enable forced deletion for the autoscaling group.
|
||||
asg_recreate_on_change = false # Recreate the autoscaling group when LT or LC change.
|
||||
instance_type = "m4.large" # Size of the workers instances.
|
||||
spot_price = "" # Cost of spot instance.
|
||||
placement_tenancy = "" # The tenancy of the instance. Valid values are "default" or "dedicated".
|
||||
|
||||
Reference in New Issue
Block a user