Skip to content

Commit aca4d4f

Browse files
committed
refactor: disable autoscaling and skip creation of autoscaling policies for ecs service
1 parent ac0f8ea commit aca4d4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,8 @@ module "ecs_service" {
3434
launch_type = "EC2"
3535
requires_compatibilities = ["EC2"]
3636

37+
enable_autoscaling = false
38+
autoscaling_policies = {}
39+
3740
tags = var.service_tags
3841
}

0 commit comments

Comments
 (0)