Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 13, 2023
1 parent a3d2223 commit 6a5e5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/cdpt-chaps/ecs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ resource "aws_ecs_capacity_provider" "cdpt-chaps" {
resource "aws_ecs_cluster_capacity_providers" "cdpt-chaps" {
cluster_name = aws_ecs_cluster.ecs_cluster.name

capacity_providers = [aws_ecs_capacity_provider.apex.name]
capacity_providers = [aws_ecs_capacity_provider.cdpt-chaps.name]
}

resource "aws_autoscaling_group" "cluster-scaling-group" {
Expand Down

0 comments on commit 6a5e5bb

Please sign in to comment.