Skip to content

Commit

Permalink
Update generated documentation to match latest terraform-plugin-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Mar 20, 2024
1 parent 50d0538 commit bc7d369
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hashicups_coffees Data Source - terraform-provider-hashicups-pf"
page_title: "hashicups_coffees Data Source - terraform-provider-hashicups"
subcategory: ""
description: |-
Fetches the list of coffees.
Expand All @@ -13,6 +13,9 @@ Fetches the list of coffees.
## Example Usage

```terraform
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# List all coffees.
data "hashicups_coffees" "all" {}
```
Expand Down Expand Up @@ -44,5 +47,3 @@ Read-Only:
Read-Only:

- `id` (Number) Numeric identifier of the coffee ingredient.


7 changes: 5 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hashicups-pf Provider"
page_title: "hashicups Provider"
subcategory: ""
description: |-
Interact with HashiCups.
---

# hashicups-pf Provider
# hashicups Provider

Interact with HashiCups.

## Example Usage

```terraform
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Configuration-based authentication
provider "hashicups" {
username = "education"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hashicups_order Resource - terraform-provider-hashicups-pf"
page_title: "hashicups_order Resource - terraform-provider-hashicups"
subcategory: ""
description: |-
Manages an order.
Expand All @@ -13,6 +13,9 @@ Manages an order.
## Example Usage

```terraform
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# Manage example order.
resource "hashicups_order" "example" {
items = [
Expand Down Expand Up @@ -66,6 +69,9 @@ Read-Only:
Import is supported using the following syntax:

```shell
# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0

# Order can be imported by specifying the numeric identifier.
terraform import hashicups_order.example 123
```

0 comments on commit bc7d369

Please sign in to comment.