We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 274aac0 commit 5cad43fCopy full SHA for 5cad43f
cloudformation/custom_resource/cluster.yaml
@@ -52,7 +52,7 @@ Resources:
52
Type: AWS::CloudFormation::Stack
53
Properties:
54
TemplateURL: !Sub
55
- - https://${Bucket}.s3.${Region}.amazonaws.com/parallelcluster/${Version}/templates/policies/policies.yaml
+ - https://${Bucket}.s3.${Region}.${AWS::URLSuffix}/parallelcluster/${Version}/templates/policies/policies.yaml
56
- { Version: !FindInMap [ParallelCluster, Constants, Version ],
57
Bucket: !If [UseCustomBucket, !Ref CustomBucket, !Sub "${AWS::Region}-aws-parallelcluster" ],
58
Region: !Ref AWS::Region }
0 commit comments