Skip to content

Commit

Permalink
Switch on Graviton capacity provider selection
Browse files Browse the repository at this point in the history
  • Loading branch information
keirbadger authored May 13, 2024
1 parent d98b463 commit 59267b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module "ecs_update_monitor" {
locals {
capacity_providers = var.image_build_details["buildx"] == "true" && can(regexall("^arm64", var.image_build_details["platforms"])) ? [
{
capacity_provider = "${var.ecs_cluster}-native-scaling"
capacity_provider = "${var.ecs_cluster}-native-scaling-graviton"
weight = 1
},
] : [
Expand Down

0 comments on commit 59267b9

Please sign in to comment.