Skip to content

Commit 3632cd8

Browse files
committed
docs: add note to vpc_config section
1 parent a789cbe commit 3632cd8

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)