Skip to content

Commit f9d3349

Browse files
ikarlashovkayman-mk
authored andcommitted
Remove declaration of unused variables for docker-autoscaler setup
Signed-off-by: Yevgen Karlashov <[email protected]>
1 parent 6fdaf06 commit f9d3349

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: variables.tf

-3
Original file line numberDiff line numberDiff line change
@@ -675,11 +675,8 @@ variable "runner_worker_docker_autoscaler_asg" {
675675
health_check_type = Controls how health checking is done. Values are - EC2 and ELB
676676
instance_refresh_min_healthy_percentage = The amount of capacity in the Auto Scaling group that must remain healthy during an instance refresh to allow the operation to continue, as a percentage of the desired capacity of the Auto Scaling group.
677677
instance_refresh_triggers = Set of additional property names that will trigger an Instance Refresh. A refresh will always be triggered by a change in any of launch_configuration, launch_template, or mixed_instances_policy.
678-
max_growth_rate = The maximum number of machines that can be added to the runner in parallel.
679678
on_demand_base_capacity = Absolute minimum amount of desired capacity that must be fulfilled by on-demand instances.
680679
on_demand_percentage_above_base_capacity = Percentage split between on-demand and Spot instances above the base on-demand capacity.
681-
override_instance_types = List to override the instance type in the Launch Template. Allow to spread spot instances on several types, to reduce interruptions
682-
profile_name = profile_name = Name of the IAM profile to attach to the Runner Workers.
683680
sg_ingresses = Extra security group rule for workers
684681
spot_allocation_strategy = How to allocate capacity across the Spot pools. 'lowest-price' to optimize cost, 'capacity-optimized' to reduce interruptions
685682
spot_instance_pools = Number of Spot pools per availability zone to allocate capacity. EC2 Auto Scaling selects the cheapest Spot pools and evenly allocates Spot capacity across the number of Spot pools that you specify.

0 commit comments

Comments
 (0)