Skip to content

Commit 8627358

Browse files
committed
Corrects documentation example
1 parent d172e30 commit 8627358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/list-resources/vpc.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ list "aws_vpc" "example" {
2727
This example will return VPCs with the tag `Project` with the value `example`.
2828

2929
```terraform
30-
list "aws_instance" "example" {
30+
list "aws_vpc" "example" {
3131
provider = aws
3232
3333
config {

0 commit comments

Comments
 (0)