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
1.3 KiB
52 lines
1.3 KiB
---
|
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
|
page_title: "decort_trunk Data Source - terraform-provider-decort"
|
|
subcategory: ""
|
|
description: |-
|
|
|
|
---
|
|
|
|
# decort_trunk (Data Source)
|
|
|
|
|
|
|
|
|
|
|
|
<!-- schema generated by tfplugindocs -->
|
|
## Schema
|
|
|
|
### Required
|
|
|
|
- `trunk_id` (Number) trunk id
|
|
|
|
### Optional
|
|
|
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
|
|
|
### Read-Only
|
|
|
|
- `account_ids` (Set of Number) List of account IDs with access to this trunk
|
|
- `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
|
|
- `description` (String) Description of the trunk
|
|
- `guid` (Number) GUID
|
|
- `id` (String) The ID of this resource.
|
|
- `mac` (String) MAC address
|
|
- `name` (String) Name of the trunk
|
|
- `native_vlan_id` (Number) Native VLAN ID
|
|
- `ovs_bridge` (String) OVS bridge name
|
|
- `status` (String) if the trunk is enabled
|
|
- `trunk_tags` (String) List of trunk tags (values between 1-4095)
|
|
- `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:
|
|
|
|
- `default` (String)
|
|
- `read` (String)
|