Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 5696315

Browse files
Merge pull request #9 from trend-scottb/feature/new-version
Fixed error in S3 bucket prefix
2 parents e3ef188 + 7af9af4 commit 5696315

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

templates/common/db/ds-db-abstract.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Resources:
123123
Properties:
124124
TemplateURL:
125125
!Sub
126-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/db/ds-db-oracle-rds.template
126+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/db/ds-db-oracle-rds.template
127127
- QSS3Region:
128128
!If
129129
- GovCloudCondition
@@ -146,7 +146,7 @@ Resources:
146146
Properties:
147147
TemplateURL:
148148
!Sub
149-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/db/ds-db-mssql-rds.template
149+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/db/ds-db-mssql-rds.template
150150
- QSS3Region:
151151
!If
152152
- GovCloudCondition
@@ -169,7 +169,7 @@ Resources:
169169
Properties:
170170
TemplateURL:
171171
!Sub
172-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/db/ds-db-postgresql-rds.template
172+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/db/ds-db-postgresql-rds.template
173173
- QSS3Region:
174174
!If
175175
- GovCloudCondition

templates/common/dsm-elb.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Resources:
6464
Properties:
6565
TemplateURL:
6666
!Sub
67-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/security-groups/ds-elb-sg.template
67+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/security-groups/ds-elb-sg.template
6868
- QSS3Region:
6969
!If
7070
- GovCloudCondition

templates/marketplace/master-mp.template

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Resources:
363363
Properties:
364364
TemplateURL:
365365
!Sub
366-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/marketplace/dsm-mp.template
366+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/marketplace/dsm-mp.template
367367
- QSS3Region:
368368
!If
369369
- GovCloudCondition
@@ -417,7 +417,7 @@ Resources:
417417
Properties:
418418
TemplateURL:
419419
!Sub
420-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/marketplace/dsm-mp.template
420+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/marketplace/dsm-mp.template
421421
- QSS3Region:
422422
!If
423423
- GovCloudCondition
@@ -464,7 +464,7 @@ Resources:
464464
Properties:
465465
TemplateURL:
466466
!Sub
467-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/marketplace/dsm-mp.template
467+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/marketplace/dsm-mp.template
468468
- QSS3Region:
469469
!If
470470
- GovCloudCondition
@@ -512,7 +512,7 @@ Resources:
512512
Properties:
513513
TemplateURL:
514514
!Sub
515-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/marketplace/dsm-mp.template
515+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/marketplace/dsm-mp.template
516516
- QSS3Region:
517517
!If
518518
- GovCloudCondition
@@ -555,7 +555,7 @@ Resources:
555555
Properties:
556556
TemplateURL:
557557
!Sub
558-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/db/ds-db-abstract.template
558+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/db/ds-db-abstract.template
559559
- QSS3Region:
560560
!If
561561
- GovCloudCondition
@@ -585,7 +585,7 @@ Resources:
585585
Properties:
586586
TemplateURL:
587587
!Sub
588-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/security-groups/rds-security-group.template
588+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/security-groups/rds-security-group.template
589589
- QSS3Region:
590590
!If
591591
- GovCloudCondition
@@ -618,7 +618,7 @@ Resources:
618618
Properties:
619619
TemplateURL:
620620
!Sub
621-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/dsm-elb.template
621+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/dsm-elb.template
622622
- QSS3Region:
623623
!If
624624
- GovCloudCondition
@@ -637,7 +637,7 @@ Resources:
637637
Properties:
638638
TemplateURL:
639639
!Sub
640-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/common/security-groups/dsm-sg-ingress-rules.template
640+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/common/security-groups/dsm-sg-ingress-rules.template
641641
- QSS3Region:
642642
!If
643643
- GovCloudCondition

templates/quickstart/tm-quick-start-byol.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Resources:
326326
Properties:
327327
TemplateURL:
328328
!Sub
329-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/marketplace/master-mp.template
329+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/marketplace/master-mp.template
330330
- QSS3Region:
331331
!If
332332
- GovCloudCondition

templates/quickstart/tm-quick-start.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ Resources:
298298
Properties:
299299
TemplateURL:
300300
!Sub
301-
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}/templates/marketplace/master-mp.template
301+
- https://${QSS3BucketName}.${QSS3Region}.amazonaws.com/${QSS3KeyPrefix}templates/marketplace/master-mp.template
302302
- QSS3Region:
303303
!If
304304
- GovCloudCondition

0 commit comments

Comments
 (0)