--- # 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 ### 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 ### Nested Schema for `timeouts` Optional: - `create` (String) - `default` (String) - `delete` (String) - `read` (String) - `update` (String)