Skip to content

Commit

Permalink
Merge branch 'main' of github.com:dealmore/terraform-aws-next-js into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
ofhouse committed Mar 4, 2021
2 parents 16a8e78 + 488d97c commit 7adffcf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ You can create a `.terraformignore` in the root of your project and add the foll
| domain\_names | Alternative domain names for the CloudFront distribution. | `list(string)` | `[]` | no |
| domain\_zone\_names | n/a | `list(string)` | `[]` | no |
| expire\_static\_assets | Number of days after which static assets from previous deployments should be removed from S3. Set to -1 to disable expiration. | `number` | `30` | no |
| image\_optimization\_version | Next.js version from where you want to use the image optimizer from. Supports semver ranges. | `string` | `null` | no |
| lambda\_environment\_variables | Map that defines environment variables for the Lambda Functions in Next.js. | `map(string)` | `{}` | no |
| lambda\_memory\_size | Amount of memory in MB a Lambda Function can use at runtime. Valid value between 128 MB to 10,240 MB, in 1 MB increments. | `number` | `1024` | no |
| lambda\_policy\_json | Additional policy document as JSON to attach to the Lambda Function role | `string` | `null` | no |
Expand Down

0 comments on commit 7adffcf

Please sign in to comment.