Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wpjunior committed Sep 28, 2021
1 parent 114d9ba commit af231e1
Show file tree
Hide file tree
Showing 6 changed files with 153 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcaas Provider"
subcategory: ""
description: |-
---

# hcaas Provider





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

### Optional

- **host** (String) Target to tsuru API
- **token** (String) Token to authenticate on tsuru API (optional)
28 changes: 28 additions & 0 deletions docs/resources/group.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcaas_group Resource - terraform-provider-hcaas"
subcategory: ""
description: |-
---

# hcaas_group (Resource)





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

### Required

- **group** (String) Group
- **instance** (String) HCaaS Instance Name

### Optional

- **id** (String) The ID of this resource.
- **service_name** (String) HCaaS Service Name


30 changes: 30 additions & 0 deletions docs/resources/url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcaas_url Resource - terraform-provider-hcaas"
subcategory: ""
description: |-
---

# hcaas_url (Resource)





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

### Required

- **instance** (String) HCaaS Instance Name
- **url** (String) URL of monitoring

### Optional

- **comment** (String) Comment of alert
- **expected_string** (String) Expected body string
- **id** (String) The ID of this resource.
- **service_name** (String) HCaaS Service Name


29 changes: 29 additions & 0 deletions docs/resources/watcher.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hcaas_watcher Resource - terraform-provider-hcaas"
subcategory: ""
description: |-
---

# hcaas_watcher (Resource)





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

### Required

- **email** (String) Email of watcher
- **instance** (String) HCaaS Instance Name

### Optional

- **id** (String) The ID of this resource.
- **password** (String, Sensitive) Password of watcher
- **service_name** (String) HCaaS Service Name


1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module github.com/tsuru/terraform-provider-hcaas
go 1.16

require (
github.com/hashicorp/terraform-plugin-docs v0.5.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.8.0
github.com/tsuru/tsuru v0.0.0-20210920191515-390953668a03
)
Loading

0 comments on commit af231e1

Please sign in to comment.