Skip to content

Commit b517aa1

Browse files
committed
tfdocs
1 parent 4e58b3c commit b517aa1

File tree

1 file changed

+1
-1
lines changed
  • infrastructure/terraform/modules/lambda-function

1 file changed

+1
-1
lines changed

infrastructure/terraform/modules/lambda-function/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2727
No modules.

0 commit comments

Comments
 (0)