|
@@ -0,0 +1,40 @@
|
|
|
|
+---
|
|
|
|
+# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
|
|
+page_title: "hashicups_coffees Data Source - hashicups"
|
|
|
|
+subcategory: ""
|
|
|
|
+description: |-
|
|
|
|
+
|
|
|
|
+---
|
|
|
|
+
|
|
|
|
+# hashicups_coffees (Data Source)
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+<!-- schema generated by tfplugindocs -->
|
|
|
|
+## Schema
|
|
|
|
+
|
|
|
|
+### Read-Only
|
|
|
|
+
|
|
|
|
+- `coffees` (Attributes List) (see [below for nested schema](#nestedatt--coffees))
|
|
|
|
+
|
|
|
|
+<a id="nestedatt--coffees"></a>
|
|
|
|
+### Nested Schema for `coffees`
|
|
|
|
+
|
|
|
|
+Read-Only:
|
|
|
|
+
|
|
|
|
+- `description` (String)
|
|
|
|
+- `id` (Number)
|
|
|
|
+- `image` (String)
|
|
|
|
+- `ingredients` (Attributes List) (see [below for nested schema](#nestedatt--coffees--ingredients))
|
|
|
|
+- `name` (String)
|
|
|
|
+- `price` (Number)
|
|
|
|
+- `teaser` (String)
|
|
|
|
+
|
|
|
|
+<a id="nestedatt--coffees--ingredients"></a>
|
|
|
|
+### Nested Schema for `coffees.ingredients`
|
|
|
|
+
|
|
|
|
+Read-Only:
|
|
|
|
+
|
|
|
|
+- `id` (Number)
|