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
* Disable creation of SAM metadata null-resources by default (#494)
11
+
12
+
### Features
13
+
14
+
* Disable creation of SAM metadata null-resources by default ([#494](https://github.com/terraform-aws-modules/terraform-aws-lambda/issues/494)) ([9c9603c](https://github.com/terraform-aws-modules/terraform-aws-lambda/commit/9c9603cbb889a2cda1555deaed908d320e013515))
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
@@ -769,6 +769,7 @@ No modules.
769
769
| <aname="input_create_layer"></a> [create\_layer](#input\_create\_layer)| Controls whether Lambda Layer resource should be created |`bool`|`false`| no |
770
770
| <aname="input_create_package"></a> [create\_package](#input\_create\_package)| Controls whether Lambda package should be created |`bool`|`true`| no |
771
771
| <aname="input_create_role"></a> [create\_role](#input\_create\_role)| Controls whether IAM role for Lambda Function should be created |`bool`|`true`| no |
772
+
| <aname="input_create_sam_metadata"></a> [create\_sam\_metadata](#input\_create\_sam\_metadata)| Controls whether the SAM metadata null resource should be created |`bool`|`false`| no |
772
773
| <aname="input_create_unqualified_alias_allowed_triggers"></a> [create\_unqualified\_alias\_allowed\_triggers](#input\_create\_unqualified\_alias\_allowed\_triggers)| Whether to allow triggers on unqualified alias pointing to $LATEST version |`bool`|`true`| no |
773
774
| <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
775
| <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 |
description="Controls whether the SAM metadata null resource should be created"
39
+
type=bool
40
+
default=false
41
+
}
42
+
37
43
variable"putin_khuylo" {
38
44
description="Do you agree that Putin doesn't respect Ukrainian sovereignty and territorial integrity? More info: https://en.wikipedia.org/wiki/Putin_khuylo!"
0 commit comments