We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709ab69 commit b7d799aCopy full SHA for b7d799a
3 files changed
docs/list-resources/bufo.md
@@ -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.
…st-resources/bufo_bufos/list.tfquery.hcl …ist-resources/bufo_bufo/list.tfquery.hclexamples/list-resources/bufo_bufos/list.tfquery.hcl renamed to examples/list-resources/bufo_bufo/list.tfquery.hcl
…amples/list-resources/bufo_bufos/main.tf examples/list-resources/bufo_bufo/main.tfexamples/list-resources/bufo_bufos/main.tf renamed to examples/list-resources/bufo_bufo/main.tf
0 commit comments