Skip to content

Commit

Permalink
Fix references relating to keygroup
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanpm committed Nov 16, 2021
1 parent 7dd8764 commit e18daf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configuration/exodus-lambda-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Resources:
Type: AWS::CloudFront::KeyGroup
Properties:
KeyGroupConfig:
Name: ${project}-cdn-${env}
Comment: Signed URLs and cookies for ${project}-cdn-${env}
Name: !Sub ${project}-cdn-${env}
Comment: !Sub Signed URLs and cookies for ${project}-cdn-${env}
Items:
- K1MOU91G3N7WPY

Expand Down Expand Up @@ -60,7 +60,7 @@ Resources:
LambdaFunctionARN: !Ref OriginResponseFunc.Version
TargetOriginId: !Sub S3-${project}-cdn-${env}
TrustedKeyGroups:
- ${project}-cdn-${env}
- !Ref KeyGroup
ViewerProtocolPolicy: redirect-to-https
Enabled: true
HttpVersion: http2
Expand Down

0 comments on commit e18daf6

Please sign in to comment.