Skip to content

v0.24.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 03 Jan 17:35
9f0b065

🚀 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)