v0.11.2
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 from3.43.0to3.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
- @exodusanto made their first contribution in #263
- @aquanow-jeffen made their first contribution in #265