Skip to content

Commit

Permalink
Merge e7f14e0 into 9842120
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Gillett committed Mar 21, 2022
2 parents 9842120 + e7f14e0 commit 5ef1b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/exodus-lambda-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Parameters:

Conditions:
EnableKeyGroup:
!Not [!Equals [!Join ["", !Ref keyids], None]]
false

Resources:
KeyGroup:
Expand Down 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 5ef1b34

Please sign in to comment.