From 98975053f0e1b1c286a49c2f6867608d0ca52ca3 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 21 May 2020 22:13:35 -0400 Subject: [PATCH] Change bucket --- infrastructure/cloudformation/dt/top.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/infrastructure/cloudformation/dt/top.yaml b/infrastructure/cloudformation/dt/top.yaml index 82189e5..2046250 100644 --- a/infrastructure/cloudformation/dt/top.yaml +++ b/infrastructure/cloudformation/dt/top.yaml @@ -74,7 +74,7 @@ Resources: IAM: Type: AWS::CloudFormation::Stack Properties: - TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/dt/iam.yaml' + TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/dt-deployment-bucket/${release}/cloudformation/dt/iam.yaml' Parameters: environment: !Ref environment @@ -84,7 +84,7 @@ Resources: LambdaFunctions: Type: AWS::CloudFormation::Stack Properties: - TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/dt/lambdas.yaml' + TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/dt-deployment-bucket/${release}/cloudformation/dt/lambdas.yaml' Parameters: environment: !Ref environment release: !Ref release @@ -98,7 +98,7 @@ Resources: CloudWatchRules: Type: AWS::CloudFormation::Stack Properties: - TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/dt/cloudwatch.yaml' + TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/dt-deployment-bucket/${release}/cloudformation/dt/cloudwatch.yaml' Parameters: environment: !Ref environment Cluster: !GetAtt EcsCluster.Outputs.ClusterArn @@ -110,7 +110,7 @@ Resources: RedisCache: Type: AWS::CloudFormation::Stack Properties: - TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/redis/top.yaml' + TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/dt-deployment-bucket/${release}/cloudformation/redis/top.yaml' Parameters: Environment: !Ref environment VpcId: !Ref VpcId @@ -167,7 +167,7 @@ Resources: AuthTaskDefinition: Type: AWS::CloudFormation::Stack Properties: - TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/sumu-stacks/dt/${release}/cloudformation/dt/auth_task.yaml' + TemplateURL: !Sub 'https://s3.us-east-2.amazonaws.com/dt-deployment-bucket/${release}/cloudformation/dt/auth_task.yaml' Parameters: environment: !Ref environment LogGroupName: !Ref LogGroup