Skip to content

Commit 763b92b

Browse files
authored
Update to PHP8.1, Amazon Linux 2023
1 parent bf977a0 commit 763b92b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/00-main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)