-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 changed file
with
59 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,59 @@ | ||
--- | ||
# generated by https://github.com/hashicorp/terraform-plugin-docs | ||
page_title: "kowabunga_konvey Resource - terraform-provider-kowabunga" | ||
subcategory: "" | ||
description: |- | ||
Manages a Konvey resource. Konvey provides network load-balancer capabilities for a given project. | ||
--- | ||
|
||
# kowabunga_konvey (Resource) | ||
|
||
Manages a Konvey resource. **Konvey** provides network load-balancer capabilities for a given project. | ||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `endpoints` (Attributes List) Konvey list of load-balanced endpoints. (see [below for nested schema](#nestedatt--endpoints)) | ||
- `name` (String) Resource name | ||
- `project` (String) Associated project name or ID | ||
- `region` (String) Associated region name or ID | ||
|
||
### Optional | ||
|
||
- `desc` (String) Resource extended description | ||
- `failover` (Boolean) Whether Konvey must be deployed in a highly-available replicated state to support service failover. | ||
- `timeouts` (Attributes) (see [below for nested schema](#nestedatt--timeouts)) | ||
|
||
### Read-Only | ||
|
||
- `id` (String) Resource object internal identifier | ||
- `private_ip` (String) Konvey assigned private virtual IP address (read-only). | ||
|
||
<a id="nestedatt--endpoints"></a> | ||
### Nested Schema for `endpoints` | ||
|
||
Required: | ||
|
||
- `backend_ips` (List of String) The endpoint's list of load-balanced backend hosts. | ||
- `backend_port` (Number) The endpoint's backend service port. | ||
- `name` (String) Konvey endpoint name | ||
- `port` (Number) The endpoint's port to be exposed. | ||
|
||
Optional: | ||
|
||
- `protocol` (String) The endpoint's transport layer protocol to be exposed (defaults to 'tcp'). | ||
|
||
|
||
<a id="nestedatt--timeouts"></a> | ||
### Nested Schema for `timeouts` | ||
|
||
Optional: | ||
|
||
- `create` (String) 30m0s | ||
- `delete` (String) 5m0s | ||
- `read` (String) 2m0s | ||
- `update` (String) 5m0s |