Skip to content

Commit

Permalink
Merge pull request #3 from karlskidmore/master
Browse files Browse the repository at this point in the history
Correct condition from HasElbCert to HasCloudFrontCert
  • Loading branch information
jeffb4 authored Mar 14, 2019
2 parents 1f96657 + 964d268 commit 69676bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ parameters:
CloudFrontCert: "0000000-0000-0000-0000-000000000"
extensions:
- url: https://github.com/stelligent/mu-cloudfront/archive/v0.6.zip
- url: https://github.com/stelligent/mu-cloudfront/archive/v0.7.zip
```


Expand Down
2 changes: 1 addition & 1 deletion elb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Resources:
PriceClass: PriceClass_100
ViewerCertificate:
Fn::If:
- HasElbCert
- HasCloudFrontCert
- AcmCertificateArn:
Fn::Sub: "arn:aws:acm:us-east-1:${AWS::AccountId}:certificate/${CloudFrontCert}"
MinimumProtocolVersion: TLSv1.2_2018
Expand Down
2 changes: 1 addition & 1 deletion mu-extension.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name: mu-cloudfront
version: '0.6'
version: '0.7'

0 comments on commit 69676bd

Please sign in to comment.