diff --git a/providers/aws/fargate/region.go b/providers/aws/fargate/region.go index 4f14ce800..777a36acc 100644 --- a/providers/aws/fargate/region.go +++ b/providers/aws/fargate/region.go @@ -12,6 +12,9 @@ var ( // FargateRegions are AWS regions where Fargate is available. FargateRegions = Regions{ "us-east-1", + "us-east-2", + "us-west-2", + "eu-west-1", } )