Skip to content

Commit 99214b6

Browse files
committed
docs: Update Terraform docs
1 parent 60b715c commit 99214b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ module.exports = {
118118
| next\_image\_device\_sizes | The allowed device sizes that should be used for image optimization. | `list(number)` | `null` | no |
119119
| next\_image\_domains | The allowed origin domains that can be used for fetching images. | `list(string)` | `[]` | no |
120120
| next\_image\_image\_sizes | The allowed image sizes that should be used for image optimization. | `list(number)` | `null` | no |
121-
| next\_image\_version | The Next.js version from where you want to use the image optimizer from. Supports semver ranges. | `string` | `"^10.0.0"` | no |
121+
| next\_image\_version | The Next.js version from where you want to use the image optimizer from. Supports semver ranges. | `string` | `"^10.0.5-beta"` | no |
122122
| tags | Tag metadata to label AWS resources that support tags. | `map(string)` | `{}` | no |
123123

124124
## Outputs

0 commit comments

Comments
 (0)