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.
terraform-provider-decort/docs/resources/cb_trunk.md

56 lines
1.4 KiB

4 months ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_trunk Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_trunk (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `name` (String) Name of the trunk
- `ovs_bridge` (String) OVS bridge name
- `trunk_tags` (String) List of trunk tags (values between 1-4095)
### Optional
- `account_ids` (Set of Number) List of account IDs with access to this trunk
- `description` (String) Description of the trunk
- `enable` (Boolean) Whether the trunk should be enabled
- `native_vlan_id` (Number) Native VLAN ID
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `created_at` (Number) when the trunk was created
- `created_by` (String) who created the trunk
- `deleted_at` (Number) when the trunk was updated
- `deleted_by` (String) who updated the trunk
- `guid` (Number) GUID
- `id` (String) The ID of this resource.
- `mac` (String) MAC address
- `status` (String) if the trunk is enabled
- `trunk_id` (Number) trunk id
- `updated_at` (Number) when the trunk was updated
- `updated_by` (String) who updated the trunk
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)