Skip to content

Commit 8702b42

Browse files
committed
fix urlsuffix
1 parent 7746a4d commit 8702b42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-collection/deploy/deploy-data-collection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ Resources:
14471447
Type: AWS::CloudFormation::Stack
14481448
Condition: DeployServiceQuotasModule
14491449
Properties:
1450-
TemplateURL: !Sub "https://${CFNSourceBucket}.s3.amazonaws.com/cfn/data-collection/v3.10.0/module-service-quotas.yaml"
1450+
TemplateURL: !Sub "https://${CFNSourceBucket}.s3.${AWS::URLSuffix}/cfn/data-collection/v3.10.0/module-service-quotas.yaml"
14511451
Parameters:
14521452
DatabaseName: !Ref DatabaseName
14531453
DestinationBucket: !Ref S3Bucket

0 commit comments

Comments
 (0)