We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ede7bc + 4455a18 commit 19042d3Copy full SHA for 19042d3
website/docs/r/lambda_function.html.markdown
@@ -567,6 +567,8 @@ The following arguments are optional:
567
568
### vpc_config Configuration Block
569
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
+
572
* `ipv6_allowed_for_dual_stack` - (Optional) Whether to allow outbound IPv6 traffic on VPC functions connected to dual-stack subnets. Default: `false`.
573
* `security_group_ids` - (Required) List of security group IDs associated with the Lambda function.
574
* `subnet_ids` - (Required) List of subnet IDs associated with the Lambda function.
0 commit comments