Skip to content

Commit 88ffdd4

Browse files
committed
Fixes list resource name
1 parent e9b2466 commit 88ffdd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Lists Batch Job Queue resources.
1313
## Example Usage
1414

1515
```terraform
16-
list "aws_batch_job_queue" "test" {
16+
list "aws_batch_job_queue" "example" {
1717
provider = aws
1818
}
1919
```

0 commit comments

Comments
 (0)