Skip to content

v0.10.0

Compare
Choose a tag to compare
@ofhouse ofhouse released this 16 Oct 16:58
· 99 commits to main since this release

Beginning with this release we streamline the versioning of the Terraform module with its npm-packages.
So when you use the Terraform module in version 0.10.0 you should also use the [email protected] npm-package for building the Next.js project.

This release also increases the minimum required Terraform version from 0.13 to 0.15.

Changelog

  • Forward correct host header to server-side rendered pages (#156, #161)
  • Adds charset to Content-Type header for static routes and files served by S3 (#214, #226)
  • Removes empty provider warning when running Terraform commands (#155, #219)
  • Removes random ids from resource names (#212, #227)