From 8fd7b868e8558f4b39217b94e3aa07970897c2d2 Mon Sep 17 00:00:00 2001 From: TAKANO Mitsuhiro Date: Thu, 29 Feb 2024 18:11:03 +0900 Subject: [PATCH] ECS: Unset `launch_type` ref. https://zenn.dev/snaka/articles/52ad126016bcba --- fargate.tf | 1 - 1 file changed, 1 deletion(-) 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 {