Skip to content

Commit

Permalink
d/aws_vpc_ipam_pool: Fix website terrafmt errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Feb 15, 2022
1 parent 03cbd6e commit a988188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/vpc_ipam_pool.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ AWS IPAM.
```terraform
data "aws_vpc_ipam_pool" "test" {
filter {
name = "description"
name = "description"
values = ["*test*"]
}
filter {
name = "address-family"
name = "address-family"
values = ["ipv4"]
}
}
Expand Down

0 comments on commit a988188

Please sign in to comment.