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_sep_config Resource - terraform-provider-decort"
|
2022-06-09 11:17:30 +03:00
|
|
|
subcategory: ""
|
|
|
|
|
description: |-
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
2024-08-26 18:22:06 +03:00
|
|
|
# decort_cb_sep_config (Resource)
|
2022-06-09 11:17:30 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
|
|
|
## Schema
|
|
|
|
|
|
|
|
|
|
### Required
|
|
|
|
|
|
2024-08-26 18:22:06 +03:00
|
|
|
- `sep_id` (Number) sep id
|
2022-06-09 11:17:30 +03:00
|
|
|
|
|
|
|
|
### Optional
|
|
|
|
|
|
2024-08-26 18:22:06 +03:00
|
|
|
- `config` (String) config json string
|
2022-07-27 13:50:03 +03:00
|
|
|
- `field_edit` (Block List, Max: 1) (see [below for nested schema](#nestedblock--field_edit))
|
|
|
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
|
|
|
|
|
|
### Read-Only
|
|
|
|
|
|
|
|
|
|
- `id` (String) The ID of this resource.
|
2022-06-09 11:17:30 +03:00
|
|
|
|
|
|
|
|
<a id="nestedblock--field_edit"></a>
|
|
|
|
|
### Nested Schema for `field_edit`
|
|
|
|
|
|
|
|
|
|
Required:
|
|
|
|
|
|
2024-08-26 18:22:06 +03:00
|
|
|
- `field_name` (String) field name
|
|
|
|
|
- `field_type` (String) field type
|
|
|
|
|
- `field_value` (String) field value
|
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)
|