terraform-nextjs-plugin icon indicating copy to clipboard operation
terraform-nextjs-plugin copied to clipboard

A plugin to generate terraform configuration for Nextjs 8 and 9

Results 4 terraform-nextjs-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

# Issue ## Expected Behavior The plugin only looks for `.next/serverless/pages/*.js` files. ## Actual Behavior The plugin picks up every file in `.next/serverless/pages`, including `*.js.map` files. ![](https://jari.lol/Lm4TWHRP4j.png) ## Steps to...

bug

At the moment this plugin supports only AWS as provider. It might be nice to have different providers (Azure, Google, etc.)

help wanted

Possibility to configure: - `runtime` of the lambda (now it's hardcoded to `nodejs8.10`) - `memory_size` of the lambda - `timeout` of the lambda

enhancement
good first issue