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: infrastructure/modules/lambda/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@
41
41
| <aname="input_log_subscription_lambda_create_permission"></a> [log\_subscription\_lambda\_create\_permission](#input\_log\_subscription\_lambda\_create\_permission)| Whether to create a permission for the log forwarder. Set to false if using a generic one. |`bool`|`true`| no |
42
42
| <aname="input_log_subscription_role_arn"></a> [log\_subscription\_role\_arn](#input\_log\_subscription\_role\_arn)| The ARN of the IAM role to use for the log subscription filter |`string`|`""`| no |
43
43
| <aname="input_memory"></a> [memory](#input\_memory)| The amount of memory to apply to the created Lambda |`number`| n/a | yes |
44
+
| <aname="input_permission_statements"></a> [permission\_statements](#input\_permission\_statements)| Statements giving an external source permission to invoke the Lambda function | <pre>list(object({<br/> action = optional(string)<br/> principal = string<br/> source_arn = optional(string)<br/> source_account = optional(string)<br/> statement_id = string<br/> }))</pre> |`[]`| no |
44
45
| <aname="input_project"></a> [project](#input\_project)| The name of the tfscaffold project |`string`| n/a | yes |
45
46
| <aname="input_region"></a> [region](#input\_region)| The AWS Region |`string`| n/a | yes |
46
47
| <aname="input_runtime"></a> [runtime](#input\_runtime)| The runtime to use for the lambda function |`string`| n/a | yes |
0 commit comments