File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments