You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
980 B
52 lines
980 B
|
4 years ago
|
---
|
||
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||
|
1 year ago
|
page_title: "decort_cb_sep_config Resource - terraform-provider-decort"
|
||
|
4 years ago
|
subcategory: ""
|
||
|
|
description: |-
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
1 year ago
|
# decort_cb_sep_config (Resource)
|
||
|
4 years ago
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- schema generated by tfplugindocs -->
|
||
|
|
## Schema
|
||
|
|
|
||
|
|
### Required
|
||
|
|
|
||
|
1 year ago
|
- `sep_id` (Number) sep id
|
||
|
4 years ago
|
|
||
|
|
### Optional
|
||
|
|
|
||
|
1 year ago
|
- `config` (String) config json string
|
||
|
3 years ago
|
- `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.
|
||
|
4 years ago
|
|
||
|
|
<a id="nestedblock--field_edit"></a>
|
||
|
|
### Nested Schema for `field_edit`
|
||
|
|
|
||
|
|
Required:
|
||
|
|
|
||
|
1 year ago
|
- `field_name` (String) field name
|
||
|
|
- `field_type` (String) field type
|
||
|
|
- `field_value` (String) field value
|
||
|
4 years ago
|
|
||
|
|
|
||
|
|
<a id="nestedblock--timeouts"></a>
|
||
|
|
### Nested Schema for `timeouts`
|
||
|
|
|
||
|
|
Optional:
|
||
|
|
|
||
|
3 years ago
|
- `create` (String)
|
||
|
|
- `default` (String)
|
||
|
|
- `delete` (String)
|
||
|
|
- `read` (String)
|
||
|
|
- `update` (String)
|