Skip to content

Commit 4455a18

Browse files
authored
r/aws_lambda_function(doc): tidy vpc_config note formatting
1 parent 3632cd8 commit 4455a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/lambda_function.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ 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.
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.
571571

572572
* `ipv6_allowed_for_dual_stack` - (Optional) Whether to allow outbound IPv6 traffic on VPC functions connected to dual-stack subnets. Default: `false`.
573573
* `security_group_ids` - (Required) List of security group IDs associated with the Lambda function.

0 commit comments

Comments
 (0)