Skip to content

Commit b7d799a

Browse files
committed
docs generate by tfplugindocs
1 parent 709ab69 commit b7d799a

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

docs/list-resources/bufo.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
# generated by https://github.com/hashicorp/terraform-plugin-docs
3+
page_title: "bufo_bufo List Resource - terraform-provider-bufo"
4+
subcategory: ""
5+
description: |-
6+
Lists all available bufos.
7+
---
8+
9+
# bufo_bufo (List Resource)
10+
11+
Lists all available bufos.
12+
13+
## Example Usage
14+
15+
```terraform
16+
list "bufo_bufo" "test" {
17+
provider = bufo
18+
19+
include_resource = true
20+
21+
config {
22+
directory = "bufos"
23+
}
24+
}
25+
```
26+
27+
<!-- schema generated by tfplugindocs -->
28+
## Schema
29+
30+
### Required
31+
32+
- `directory` (String) The directory name to retrieve bufos from, currently only 'bufos' is accepted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)