Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gxben committed Aug 27, 2024
1 parent 3fac46e commit 05f2576
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions docs/resources/konvey.md
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

0 comments on commit 05f2576

Please sign in to comment.