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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@
51
51
| <aname="input_create_github_actions_oidc_provider"></a> [create\_github\_actions\_oidc\_provider](#input\_create\_github\_actions\_oidc\_provider)| Controls Whether to create openid connect provider. |`bool`|`false`| no |
52
52
| <aname="input_create_github_actions_role"></a> [create\_github\_actions\_role](#input\_create\_github\_actions\_role)| Controls whether to create AWS OIDC integration GitHub Actions |`bool`|`true`| no |
53
53
| <aname="input_create_lambda_function_url"></a> [create\_lambda\_function\_url](#input\_create\_lambda\_function\_url)| Controls whether the Lambda Function URL resource should be created |`bool`|`false`| no |
54
+
| <aname="input_create_lambda_role"></a> [create\_lambda\_role](#input\_create\_lambda\_role)| Controls whether the Lambda Role |`bool`|`true`| no |
54
55
| <aname="input_create_unqualified_alias_lambda_function_url"></a> [create\_unqualified\_alias\_lambda\_function\_url](#input\_create\_unqualified\_alias\_lambda\_function\_url)| Whether to use unqualified alias pointing to $LATEST version in Lambda Function URL |`bool`|`true`| no |
55
56
| <aname="input_dead_letter_target_arn"></a> [dead\_letter\_target\_arn](#input\_dead\_letter\_target\_arn)| The ARN of an SNS topic or SQS queue to notify when an invocation fails. |`string`|`null`| no |
56
57
| <aname="input_default_conditions"></a> [default\_conditions](#input\_default\_conditions)| (Optional) Default condtions to apply, at least one of the following is madatory: 'allow\_main', 'allow\_environment', 'deny\_pull\_request' and 'allow\_all'. |`list(string)`| <pre>[<br> "allow_main",<br> "allow_environment"<br>]</pre> | no |
0 commit comments