Skip to content

Commit

Permalink
Doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
swgillespie committed Aug 9, 2023
1 parent e67566f commit d2a329b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,12 @@ description: |-
## Example Usage

```terraform
provider "terraformcloud" {
# example configuration here
terraform {
required_providers {
temporalcloud = {
source = "hashicorp/temporalcloud"
}
}
}
```

Expand Down
24 changes: 24 additions & 0 deletions docs/resources/example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "temporalcloud_example Resource - terraform-provider-temporalcloud"
subcategory: ""
description: |-
---

# temporalcloud_example (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- `integer` (Number)

### Read-Only

- `id` (String) The ID of this resource.

0 comments on commit d2a329b

Please sign in to comment.