Skip to content

Commit

Permalink
Update ecs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchuantang authored Mar 13, 2024
1 parent c8d5ecd commit fa687ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/prod/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

resource "aws_ecs_cluster" "main" {
name = "workbc-cluster"
capacity_providers = ["FARGATE_SPOT"]
capacity_providers = ["FARGATE"]

default_capacity_provider_strategy {
capacity_provider = "FARGATE_SPOT"
capacity_provider = "FARGATE"
weight = 100
}

Expand Down

0 comments on commit fa687ce

Please sign in to comment.