-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
153 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.