Skip to content

Commit

Permalink
Add missing ecs_cluster_capacity_provider resource
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmacedot committed Feb 7, 2024
1 parent d80b68e commit 422892d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ EOT

}

resource "aws_ecs_cluster_capacity_providers" "ecs" {
cluster_name = aws_ecs_cluster.ecs.name
capacity_providers = [aws_ecs_capacity_provider.ecs_capacity_provider.name]
}

0 comments on commit 422892d

Please sign in to comment.