Files
terraform-provider-decort/docs/resources/cb_lb_frontend.md

55 lines
989 B
Markdown
Raw Normal View History

2022-06-09 11:17:30 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_cb_lb_frontend Resource - terraform-provider-decort"
2022-06-09 11:17:30 +03:00
subcategory: ""
description: |-
---
2024-08-26 18:22:06 +03:00
# decort_cb_lb_frontend (Resource)
2022-06-09 11:17:30 +03:00
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2024-08-26 18:22:06 +03:00
- `backend_name` (String)
- `lb_id` (Number) ID of the LB instance to backendCreate
- `name` (String)
2022-06-09 11:17:30 +03:00
### Optional
2022-07-27 13:50:03 +03:00
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
2024-08-26 18:22:06 +03:00
- `bindings` (List of Object) (see [below for nested schema](#nestedatt--bindings))
- `guid` (String)
2022-07-27 13:50:03 +03:00
- `id` (String) The ID of this resource.
2022-06-09 11:17:30 +03:00
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)
2022-06-09 11:17:30 +03:00
2024-08-26 18:22:06 +03:00
<a id="nestedatt--bindings"></a>
### Nested Schema for `bindings`
Read-Only:
- `address` (String)
- `guid` (String)
- `name` (String)
- `port` (Number)