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.
1 parent d172e30 commit 8627358Copy full SHA for 8627358
website/docs/list-resources/vpc.html.markdown
@@ -27,7 +27,7 @@ list "aws_vpc" "example" {
27
This example will return VPCs with the tag `Project` with the value `example`.
28
29
```terraform
30
-list "aws_instance" "example" {
+list "aws_vpc" "example" {
31
provider = aws
32
33
config {
0 commit comments