You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -234,6 +234,7 @@ You can create a `.terraformignore` in the root of your project and add the foll
234
234
| lambda\_timeout | Max amount of time a Lambda Function has to return a response in seconds. Should not be more than 30 (Limited by API Gateway). |`number`|`10`| no |
235
235
| next\_tf\_dir | Relative path to the .next-tf dir. |`string`|`"./.next-tf"`| no |
236
236
| tags | Tag metadata to label AWS resources that support tags. |`map(string)`|`{}`| no |
237
+
| tags\_s3\_bucket | Tag metadata to label AWS S3 buckets. Overrides tags with the same name in input variable tags. |`map(string)`|`{}`| no |
237
238
| use\_awscli\_for\_static\_upload | Use AWS CLI when uploading static resources to S3 instead of default Bash script. Some cases may fail with 403 Forbidden when using the Bash script. |`bool`|`false`| no |
238
239
| vpc\_security\_group\_ids | The list of Security Group IDs to be used by the Lambda functions. lambda\_attach\_to\_vpc should be set to true for these to be applied. |`list(string)`|`[]`| no |
239
240
| vpc\_subnet\_ids | The list of VPC subnet IDs to attach the Lambda functions. lambda\_attach\_to\_vpc should be set to true for these to be applied. |`list(string)`|`[]`| no |
0 commit comments