Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Output variable was referencing incorrect value * Removed option that sets cloudfront_default_certificate - According to terraform documentation you either have to set cloudfront_default_certificate or acm_certificate_arn for viewer_certificate in the aws_cloudfront_distribution resource, but not both. * Added a conditional to viewer_certificate block - This was needed because if you set acm_certificate_arn then cloudfront_default_certificate needs to be false otherwise it needs to be true.
- Loading branch information