Skip to content

Commit 098bcf0

Browse files
committed
Fix markdownlint 'MD012/no-multiple-blanks Multiple consecutive blank lines [Expected: 1; Actual: 2]'.
1 parent 86ec27a commit 098bcf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

website/docs/d/route53_resolver_firewall_config.html.markdown

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This data source allows to find a details about a specific a Route 53 Resolver D
1414

1515
## Example Usage
1616

17-
The following example shows how to get a firewall config using the VPC id.
17+
The following example shows how to get a firewall config using the VPC ID.
1818

1919
```terraform
2020
data "aws_route53_resolver_firewall_config" "example" {
@@ -24,7 +24,6 @@ data "aws_route53_resolver_firewall_config" "example" {
2424

2525
## Argument Reference
2626

27-
2827
* `resource_id` - (Required) The ID of the VPC from Amazon VPC that the configuration is for.
2928

3029
The following attribute is additionally exported:

0 commit comments

Comments
 (0)