Skip to content

Commit

Permalink
Merge branch 'master' into add-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
marciogoda committed May 15, 2024
2 parents be6d636 + 59267b9 commit 6785478
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 @@ -24,7 +24,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 6785478

Please sign in to comment.