Skip to content

Commit

Permalink
Remove launch type
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 1, 2023
1 parent fb507d1 commit 23cc529
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion terraform/environments/cdpt-chaps/modules/ecs/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,6 @@ resource "aws_ecs_service" "ecs_service" {
cluster = aws_ecs_cluster.ecs_cluster.id
task_definition = data.aws_ecs_task_definition.task_definition.id
desired_count = var.app_count
launch_type = "EC2"

# health_check_grace_period_seconds = 300

Expand Down

0 comments on commit 23cc529

Please sign in to comment.