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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -773,7 +773,6 @@ No modules.
773
773
| <aname="input_create_unqualified_alias_async_event_config"></a> [create\_unqualified\_alias\_async\_event\_config](#input\_create\_unqualified\_alias\_async\_event\_config)| Whether to allow async event configuration on unqualified alias pointing to $LATEST version |`bool`|`true`| no |
774
774
| <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 |
775
775
| <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 |
776
-
| <aname="input_default_tf_aws_modules_tag"></a> [default\_tf\_aws\_modules\_tag](#input\_default\_tf\_aws\_modules\_tag)| Set to false to not include the default tag for all AWS modules. |`bool`|`true`| no |
777
776
| <aname="input_description"></a> [description](#input\_description)| Description of your Lambda Function (or Layer) |`string`|`""`| no |
778
777
| <aname="input_destination_on_failure"></a> [destination\_on\_failure](#input\_destination\_on\_failure)| Amazon Resource Name (ARN) of the destination resource for failed asynchronous invocations |`string`|`null`| no |
779
778
| <aname="input_destination_on_success"></a> [destination\_on\_success](#input\_destination\_on\_success)| Amazon Resource Name (ARN) of the destination resource for successful asynchronous invocations |`string`|`null`| no |
@@ -798,6 +797,7 @@ No modules.
798
797
| <aname="input_image_config_entry_point"></a> [image\_config\_entry\_point](#input\_image\_config\_entry\_point)| The ENTRYPOINT for the docker image |`list(string)`|`[]`| no |
799
798
| <aname="input_image_config_working_directory"></a> [image\_config\_working\_directory](#input\_image\_config\_working\_directory)| The working directory for the docker image |`string`|`null`| no |
800
799
| <aname="input_image_uri"></a> [image\_uri](#input\_image\_uri)| The ECR image URI containing the function's deployment package. |`string`|`null`| no |
800
+
| <aname="input_include_default_tag"></a> [include\_default\_tag](#input\_include\_default\_tag)| Set to false to not include the default tag for all AWS modules. |`bool`|`true`| no |
801
801
| <aname="input_invoke_mode"></a> [invoke\_mode](#input\_invoke\_mode)| Invoke mode of the Lambda Function URL. Valid values are BUFFERED (default) and RESPONSE\_STREAM. |`string`|`null`| no |
802
802
| <aname="input_ipv6_allowed_for_dual_stack"></a> [ipv6\_allowed\_for\_dual\_stack](#input\_ipv6\_allowed\_for\_dual\_stack)| Allows outbound IPv6 traffic on VPC functions that are connected to dual-stack subnets |`bool`|`null`| no |
803
803
| <aname="input_kms_key_arn"></a> [kms\_key\_arn](#input\_kms\_key\_arn)| The ARN of KMS key to use by your Lambda Function |`string`|`null`| no |
0 commit comments