File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ Parameters:
163163 DeploymentLocation :
164164 Description : Location to deploy from (S3 URL), Keep it as is unless you created your own S3 bucket
165165 Type : String
166- Default : https://s3.amazonaws.com/aws-refarch/moodle/latest /templates
166+ Default : https://s3.amazonaws.com/aws-refarch/moodle/al2023 /templates
167167 BastionInstanceType :
168168 AllowedValues :
169169 - t3.nano
@@ -1013,6 +1013,8 @@ Resources:
10131013 WebSecurityGroup :
10141014 !GetAtt [ securitygroups, Outputs.WebSecurityGroup ]
10151015 CodeArtifactS3BucketArn : !GetAtt [ pipelineHelper, Outputs.CodeArtifactS3BucketArn]
1016+ ProjectName :
1017+ !Sub '${AWS::StackName}'
10161018 TemplateURL : !Sub '${DeploymentLocation}/04-web.yaml'
10171019
10181020 codePipeline :
You can’t perform that action at this time.
0 commit comments