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.
vpc_config
1 parent 3632cd8 commit 4455a18Copy full SHA for 4455a18
website/docs/r/lambda_function.html.markdown
@@ -567,7 +567,7 @@ 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.
+~> **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.
0 commit comments