Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Updating VPC stack path
Browse files Browse the repository at this point in the history
  • Loading branch information
davmayd committed Apr 15, 2021
1 parent 0049610 commit 33d547e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/mf-es-master-template.yaml
Expand Up @@ -996,14 +996,13 @@ Resources:
Properties:
TemplateURL:
!Sub
- 'https://${S3Bucket}.s3.${S3Region}.${AWS::URLSuffix}/${QSS3KeyPrefix}submodules/quickstart-aws-vpc/templates/aws-vpc.template'
- 'https://${S3Bucket}.s3.${S3Region}.${AWS::URLSuffix}/${QSS3KeyPrefix}submodules/quickstart-aws-vpc/templates/aws-vpc.template.yaml'
- S3Region: !If [UsingDefaultBucket, !Ref 'AWS::Region', !Ref QSS3BucketRegion]
S3Bucket: !If [UsingDefaultBucket, !Sub '${QSS3BucketName}-${AWS::Region}', !Ref QSS3BucketName]
Parameters:
AvailabilityZones: !Join
- ','
- !Ref AvailabilityZones
KeyPairName: !Ref KeyPairName
NumberOfAZs: '2'
PrivateSubnet1ACIDR: !Ref PrivateSubnet1ACIDR
PrivateSubnet2ACIDR: !Ref PrivateSubnet2ACIDR
Expand Down Expand Up @@ -1320,4 +1319,4 @@ Outputs:
RemoteDesktopGatewayIP:
Condition: IncludeRDGW
Description: Public IP Address for the Remote Desktop Gateway
Value: !GetAtt RDGWStack.Outputs.EIP1
Value: !GetAtt RDGWStack.Outputs.EIP1

0 comments on commit 33d547e

Please sign in to comment.