Skip to content

v0.11.2

Compare
Choose a tag to compare
@ofhouse ofhouse released this 23 Jan 16:41
· 65 commits to main since this release

Changelog

Added

  • Support for response headers policy (cloudfront_response_headers_policy) for the internal CloudFront distribution (#265, #268)
    This also increases the minimum required Terraform AWS provider version from 3.43.0 to 3.64.0.

Fixed

  • Bash script for uploading assets to S3 now uses the standard endpoint and is now compatible with newer AWS regions (#263)
  • Components fetched from npm registry now use relative paths that are stored in the Terraform state, which prevents unnecessary deployments (#261)

New Contributors