Skip to content

Commit

Permalink
fix: minimum field size of 1, UpdateAutoScalingGroupInput.DesiredCapa…
Browse files Browse the repository at this point in the history
…cityType
  • Loading branch information
sugdyzhekov committed Nov 6, 2023
1 parent b7c1b63 commit a0105e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asg.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resource "aws_autoscaling_group" "ecs_nodes" {
min_size = local.asg_min_size
vpc_zone_identifier = local.subnets_ids
protect_from_scale_in = local.protect_from_scale_in
desired_capacity_type = "units"

mixed_instances_policy {
instances_distribution {
Expand Down

0 comments on commit a0105e1

Please sign in to comment.