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
* Make default tag `terraform-aws-modules` optional ([#657](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/657)) ([685af53](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/685af5370e580a89cee68aeae06bb40dc3257892))
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
@@ -798,6 +798,7 @@ No modules.
798
798
| <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
799
| <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
800
| <aname="input_image_uri"></a> [image\_uri](#input\_image\_uri)| The ECR image URI containing the function's deployment package. |`string`|`null`| no |
801
+
| <aname="input_include_default_tag"></a> [include\_default\_tag](#input\_include\_default\_tag)| Set to false to not include the default tag in the tags map. |`bool`|`true`| no |
801
802
| <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
803
| <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
804
| <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