Skip to content

v0.76.0

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 10 Nov 16:32
3f39c57
Add response headers policy input for CloudFront distributions default behaviour @itschrishudson (#195)

what

  • Adds an input to pass a response headers policy ID into the CloudFront distribution in the default cache behaviour.

why

  • AWS have recently released the ability to generate response header policies to add response headers for CORS/Security and custom use cases instead of setting at the origin or using a Lambda.
  • The current module does not allow you to pass in the ID of a policy in order to associate it with a the CloudFront distributions default behaviour.

references