Skip to content

Commit 19042d3

Browse files
authored
Merge pull request #44274 from stefanfreitag/d-aws_lambda_function-add-missing-note
docs: add note to vpc_config section
2 parents 2ede7bc + 4455a18 commit 19042d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/r/lambda_function.html.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,8 @@ The following arguments are optional:
567567

568568
### vpc_config Configuration Block
569569

570+
~> **NOTE:** If `subnet_ids`, `security_group_ids` and `ipv6_allowed_for_dual_stack` are empty then `vpc_config` is considered to be empty or unset.
571+
570572
* `ipv6_allowed_for_dual_stack` - (Optional) Whether to allow outbound IPv6 traffic on VPC functions connected to dual-stack subnets. Default: `false`.
571573
* `security_group_ids` - (Required) List of security group IDs associated with the Lambda function.
572574
* `subnet_ids` - (Required) List of subnet IDs associated with the Lambda function.

0 commit comments

Comments
 (0)