Skip to content

Commit

Permalink
ECS: Unset launch_type
Browse files Browse the repository at this point in the history
  • Loading branch information
takano32 committed Mar 1, 2024
1 parent bf9e3e1 commit 1351479
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fargate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1351479

Please sign in to comment.