Skip to content

Commit 0711857

Browse files
docs: Update Terraform docs
1 parent a8cb33f commit 0711857

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,12 @@ You can create a `.terraformignore` in the root of your project and add the foll
200200
|------|---------|
201201
| terraform | >= 0.15 |
202202
| aws | >= 3.43.0 |
203-
| random | >= 2.3.0 |
204203

205204
## Providers
206205

207206
| Name | Version |
208207
|------|---------|
209208
| aws | >= 3.43.0 |
210-
| random | >= 2.3.0 |
211209

212210
## Inputs
213211

@@ -224,7 +222,7 @@ You can create a `.terraformignore` in the root of your project and add the foll
224222
| cloudfront\_price\_class | Price class for the CloudFront distributions (main & proxy config). One of PriceClass\_All, PriceClass\_200, PriceClass\_100. | `string` | `"PriceClass_100"` | no |
225223
| create\_image\_optimization | Controls whether resources for image optimization support should be created or not. | `bool` | `true` | no |
226224
| debug\_use\_local\_packages | Use locally built packages rather than download them from npm. | `bool` | `false` | no |
227-
| deployment\_name | Identifier for the deployment group (alphanumeric characters, underscores, hyphens, slashes, hash signs and dots are allowed). | `string` | `"tf-next"` | no |
225+
| deployment\_name | Identifier for the deployment group (only lowercase alphanumeric characters and hyphens are allowed). | `string` | `"tf-next"` | no |
228226
| 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 |
229227
| image\_optimization\_lambda\_memory\_size | Amount of memory in MB the worker Lambda Function for image optimization can use. Valid value between 128 MB to 10,240 MB, in 1 MB increments. | `number` | `2048` | no |
230228
| lambda\_attach\_to\_vpc | Set to true if the Lambda functions should be attached to a VPC. Use this setting if VPC resources should be accessed by the Lambda functions. When setting this to true, use vpc\_security\_group\_ids and vpc\_subnet\_ids to specify the VPC networking. Note that attaching to a VPC would introduce a delay on to cold starts | `bool` | `false` | no |

0 commit comments

Comments
 (0)