From dbc7569905ce5bf182d123dbf85004dd9e5f5727 Mon Sep 17 00:00:00 2001 From: Clint Johnson Date: Sun, 17 Dec 2023 09:23:02 -0600 Subject: [PATCH] :art: Cleanup to regions --- infrastructure/template.yaml | 2 +- stackmon.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/template.yaml b/infrastructure/template.yaml index ad30c65..39a2a2d 100644 --- a/infrastructure/template.yaml +++ b/infrastructure/template.yaml @@ -9,7 +9,7 @@ Parameters: Regions: Type: List Description: List of regions to enable Stackery for (remove regions if they are disabled in your AWS account) - Default: us-east-2,us-east-1,us-west-1,us-west-2,ap-south-1,ap-northeast-2,ap-southeast-1,ap-southeast-2,ap-northeast-1,eu-central-1,eu-west-1,eu-west-2,eu-west-3,eu-north-1,sa-east-1 + Default: us-east-1 Resources: AssetsBucket: Type: AWS::S3::Bucket diff --git a/stackmon.yaml b/stackmon.yaml index aa2a2e1..cff4b6b 100644 --- a/stackmon.yaml +++ b/stackmon.yaml @@ -8,7 +8,7 @@ Parameters: Regions: Type: List Description: List of regions to enable Stackery for (remove regions if they are disabled in your AWS account) - Default: us-east-1 + Default: us-east-2,us-east-1,us-west-1,us-west-2,ap-south-1,ap-northeast-2,ap-southeast-1,ap-southeast-2,ap-northeast-1,eu-central-1,eu-west-1,eu-west-2,eu-west-3,eu-north-1,sa-east-1 Resources: AssetsBucket: Type: AWS::S3::Bucket @@ -277,6 +277,6 @@ Resources: Type: Custom::StackeryAgentCommanderBootstrap Properties: ServiceToken: !GetAtt StackeryAgentCommander.Arn - AgentVersion: 1.30.4-cj + AgentVersion: 2.0.1 Regions: !Ref Regions StackeryEnv: prod