-
Notifications
You must be signed in to change notification settings - Fork 25
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
1 parent
9e2105f
commit 9cf7f0a
Showing
4 changed files
with
123 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,60 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "tsuru_app Data Source - terraform-provider-tsuru" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# tsuru_app (Data Source) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **name** (String) Unique name of pool | ||
|
||
### Optional | ||
|
||
- **id** (String) The ID of this resource. | ||
|
||
### Read-Only | ||
|
||
- **cluster** (String) | ||
- **description** (String) | ||
- **internal_addresses** (Block List) (see [below for nested schema](#nestedblock--internal_addresses)) | ||
- **platform** (String) | ||
- **pool** (String) | ||
- **routers** (Block List) (see [below for nested schema](#nestedblock--routers)) | ||
- **tags** (List of String) | ||
- **team_owner** (String) | ||
- **teams** (List of String) | ||
- **tsuru_provisioner** (String) | ||
|
||
<a id="nestedblock--internal_addresses"></a> | ||
### Nested Schema for `internal_addresses` | ||
|
||
Read-Only: | ||
|
||
- **domain** (String) | ||
- **port** (Number) | ||
- **process** (String) | ||
- **protocol** (String) | ||
- **version** (String) | ||
|
||
|
||
<a id="nestedblock--routers"></a> | ||
### Nested Schema for `routers` | ||
|
||
Read-Only: | ||
|
||
- **addresses** (List of String) | ||
- **name** (String) | ||
- **opts** (Map of String) | ||
|
||
|
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,47 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "tsuru_webhook Resource - terraform-provider-tsuru" | ||
subcategory: "" | ||
description: |- | ||
--- | ||
|
||
# tsuru_webhook (Resource) | ||
|
||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- **description** (String) | ||
- **name** (String) | ||
- **team_owner** (String) | ||
- **url** (String) | ||
|
||
### Optional | ||
|
||
- **body** (String) | ||
- **event_filter** (Block List) (see [below for nested schema](#nestedblock--event_filter)) | ||
- **headers** (Map of String) | ||
- **id** (String) The ID of this resource. | ||
- **insecure** (Boolean) | ||
- **method** (String) | ||
- **proxy_url** (String) | ||
|
||
<a id="nestedblock--event_filter"></a> | ||
### Nested Schema for `event_filter` | ||
|
||
Optional: | ||
|
||
- **error_only** (Boolean) | ||
- **kind_names** (List of String) | ||
- **kind_types** (List of String) | ||
- **success_only** (Boolean) | ||
- **target_types** (List of String) | ||
- **target_values** (List of String) | ||
|
||
|
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
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