v0.9.2
⚠️ Namespace changed ⚠️
We recently changed the namespace of this module from dealmore
to milliHQ
. Make sure to upgrade the source of the module accordingly:
module "tf_next" {
- source = "dealmore/next-js/aws"
+ source = "milliHQ/next-js/aws"
...
}
Changelog
Besides from the namespace change, this release has now an improved experience when using it with custom domains and some bugfixes to the proxy component when using the trailingSlash
option from Next.js.
Terraform module
- It's now possible to use domain aliases without creating an external CloudFront distribution (#192)
- Ensure
x-nextjs-page
header gets forwarded (#190) - Bump
milliHQ/download/npm
from 1.1.0 to 2.0.0 (#193)