@@ -172,14 +172,14 @@ Resources:
172172 Network :
173173 Type : AWS::CloudFormation::Stack
174174 Properties :
175- TemplateURL : https://s3.amazonaws.com/imgproxy-cloudformation /templates/network.yml
175+ TemplateURL : https://s3.amazonaws.com/imgproxy-cf /templates/network.yml
176176 Parameters :
177177 EnvironmentName : !Ref AWS::StackName
178178
179179 ALB :
180180 Type : AWS::CloudFormation::Stack
181181 Properties :
182- TemplateURL : https://s3.amazonaws.com/imgproxy-cloudformation /templates/load-balancer.yml
182+ TemplateURL : https://s3.amazonaws.com/imgproxy-cf /templates/load-balancer.yml
183183 Parameters :
184184 EnvironmentName : !Ref AWS::StackName
185185 VPC : !GetAtt Network.Outputs.VPC
@@ -189,14 +189,14 @@ Resources:
189189 Cluster :
190190 Type : AWS::CloudFormation::Stack
191191 Properties :
192- TemplateURL : https://s3.amazonaws.com/imgproxy-cloudformation /templates/ecs-cluster.yml
192+ TemplateURL : https://s3.amazonaws.com/imgproxy-cf /templates/ecs-cluster.yml
193193 Parameters :
194194 EnvironmentName : !Ref AWS::StackName
195195
196196 CapacityProvider :
197197 Type : AWS::CloudFormation::Stack
198198 Properties :
199- TemplateURL : https://s3.amazonaws.com/imgproxy-cloudformation /templates/ecs-capacity-provider.yml
199+ TemplateURL : https://s3.amazonaws.com/imgproxy-cf /templates/ecs-capacity-provider.yml
200200 Parameters :
201201 EnvironmentName : !Ref AWS::StackName
202202 Cluster : !GetAtt Cluster.Outputs.Cluster
@@ -210,7 +210,7 @@ Resources:
210210 Service :
211211 Type : AWS::CloudFormation::Stack
212212 Properties :
213- TemplateURL : https://s3.amazonaws.com/imgproxy-cloudformation /templates/ecs-service.yml
213+ TemplateURL : https://s3.amazonaws.com/imgproxy-cf /templates/ecs-service.yml
214214 Parameters :
215215 EnvironmentName : !Ref AWS::StackName
216216 VPC : !GetAtt Network.Outputs.VPC
@@ -234,7 +234,7 @@ Resources:
234234 Condition : DeployCloudFront
235235 Type : AWS::CloudFormation::Stack
236236 Properties :
237- TemplateURL : https://s3.amazonaws.com/imgproxy-cloudformation /templates/cloudfront.yml
237+ TemplateURL : https://s3.amazonaws.com/imgproxy-cf /templates/cloudfront.yml
238238 Parameters :
239239 EnvironmentName : !Ref AWS::StackName
240240 OriginHost : !GetAtt ALB.Outputs.LoadBalancerUrl
0 commit comments