Skip to content

Commit b1ca176

Browse files
committed
add fake list resource doc
1 parent aa08f7e commit b1ca176

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

docs/list-resources/bufo.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
# This is a fake document just used for testing registry documentation. This provider doesn't have a list resource
3+
page_title: "bufo ListResource - bufo"
4+
subcategory: ""
5+
description: |-
6+
Lists bufos found at: https://github.com/austinvalle/terraform-provider-bufo/tree/main/internal/provider/bufos
7+
---
8+
9+
# bufo (ListResource)
10+
11+
Lists bufos found at: https://github.com/austinvalle/terraform-provider-bufo/tree/main/internal/provider/bufos
12+
13+
## Example Usage
14+
15+
```terraform
16+
terraform {
17+
required_providers {
18+
bufo = {
19+
source = "austinvalle/bufo"
20+
}
21+
}
22+
}
23+
24+
list "bufo" "all" {
25+
config {
26+
prefix = "bufo-offers-"
27+
}
28+
}
29+
```
30+
31+
## Schema
32+
33+
### Optional
34+
35+
- `prefix` (String) Only return bufos that start with this prefix

0 commit comments

Comments
 (0)