diff --git a/fargate.tf b/fargate.tf index 75b5456..7999891 100644 --- a/fargate.tf +++ b/fargate.tf @@ -146,7 +146,6 @@ resource "aws_ecs_service" "this" { cluster = aws_ecs_cluster.this.id task_definition = aws_ecs_task_definition.this.arn desired_count = var.desired_count - launch_type = "FARGATE" enable_execute_command = true network_configuration {