Skip to content

Commit

Permalink
Fix distribution deployment
Browse files Browse the repository at this point in the history
Cache behavior of distributions require a list of trusted key groups,
but was being given a string value in our template,
exodus-lambda-deploy.yaml. This commit corrects the mistake.
  • Loading branch information
negillett committed Mar 21, 2022
1 parent 9842120 commit 6bd9e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/exodus-lambda-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Resources:
TrustedKeyGroups:
!If
- EnableKeyGroup
- !Ref KeyGroup
- [!Ref KeyGroup]
- !Ref AWS::NoValue
ViewerProtocolPolicy: redirect-to-https
Enabled: true
Expand Down

0 comments on commit 6bd9e23

Please sign in to comment.