File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
infrastructure/terraform/modules/lambda-function Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ No requirements.
2121| <a name =" input_runtime " ></a > [ runtime] ( #input\_ runtime ) | Identifier of the function's runtime | ` string ` | ` "nodejs20.x" ` | no |
2222| <a name =" input_security_group_ids " ></a > [ security\_ group\_ ids] ( #input\_ security\_ group\_ ids ) | n/a | ` list(string) ` | ` [] ` | no |
2323| <a name =" input_source_code_hash " ></a > [ source\_ code\_ hash] ( #input\_ source\_ code\_ hash ) | Base64-encoded SHA256 hash of the package file specified by ` filename ` | ` string ` | n/a | yes |
24- | <a name =" input_vpc " ></a > [ vpc] ( #input\_ vpc ) | VPC details | <pre >optional( object({<br /> id = string<br /> cidr_block = string<br /> subnet_ids = set(string)<br /> })) </pre > | n/a | yes |
24+ | <a name =" input_vpc " ></a > [ vpc] ( #input\_ vpc ) | VPC details | <pre >object({<br /> id = string<br /> cidr_block = string<br /> subnet_ids = set(string)<br /> })</pre > | ` null ` | no |
2525## Modules
2626
2727No modules.
You can’t perform that action at this time.
0 commit comments