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 da56aca
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 @@ -86,7 +86,7 @@ Resources:
LambdaFunctionARN: !Ref OriginResponseFunc.Version
TargetOriginId: !Sub S3-${project}-cdn-${env}
TrustedKeyGroups:
!If
- !If
- EnableKeyGroup
- !Ref KeyGroup
- !Ref AWS::NoValue
Expand Down

0 comments on commit da56aca

Please sign in to comment.