Skip to content

Commit

Permalink
Update to PHP8.1, Amazon Linux 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
vrioux authored Aug 3, 2023
1 parent bf977a0 commit 763b92b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/00-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Parameters:
DeploymentLocation:
Description: Location to deploy from (S3 URL), Keep it as is unless you created your own S3 bucket
Type: String
Default: https://s3.amazonaws.com/aws-refarch/moodle/latest/templates
Default: https://s3.amazonaws.com/aws-refarch/moodle/al2023/templates
BastionInstanceType:
AllowedValues:
- t3.nano
Expand Down Expand Up @@ -1013,6 +1013,8 @@ Resources:
WebSecurityGroup:
!GetAtt [ securitygroups, Outputs.WebSecurityGroup ]
CodeArtifactS3BucketArn: !GetAtt [ pipelineHelper, Outputs.CodeArtifactS3BucketArn]
ProjectName:
!Sub '${AWS::StackName}'
TemplateURL: !Sub '${DeploymentLocation}/04-web.yaml'

codePipeline:
Expand Down

0 comments on commit 763b92b

Please sign in to comment.