We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 280fb71 + ab3b079 commit 0efd752Copy full SHA for 0efd752
service.tf
@@ -8,7 +8,7 @@ resource "aws_ecs_service" "application" {
8
cluster = data.aws_ecs_cluster.ecs.arn
9
10
task_definition = "${aws_ecs_task_definition.application.family}:${max(aws_ecs_task_definition.application.revision, data.aws_ecs_task_definition.application.revision)}"
11
- launch_type = "EC2"
+ launch_type = var.requires_compatibilities[0]
12
desired_count = var.min_capacity
13
deployment_maximum_percent = var.max_healthy
14
deployment_minimum_healthy_percent = var.min_healthy
0 commit comments