github cloudposse/terraform-aws-cloudfront-cdn 0.24.1
v0.24.1

latest releases: 1.1.0, v1, 1.0.1...
2 years ago

🚀 Enhancements

Dont send ssl_support_method for default certificate @rusowyler (#80)

what

  • Don't send ssl_support_method when using cloudfront_default_certificate

why

  • It's only required if you specify acm_certificate_arn or iam_certificate_id
  • Sending it will cause Terraform to try to update CF on every deploy
  ~ viewer_certificate {
      + ssl_support_method             = "sni-only"
        # (2 unchanged attributes hidden)
    }
    # (5 unchanged blocks hidden)

Don't miss a new terraform-aws-cloudfront-cdn release

NewReleases is sending notifications on new releases.