Files
terraform-provider-decort/docs/data-sources/zone.md

53 lines
999 B
Markdown
Raw Normal View History

2025-08-04 16:11:16 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_zone Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_zone (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `zone_id` (Number)
### Optional
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
2025-11-18 16:20:26 +03:00
- `account_ids` (List of Number)
- `bservice_ids` (List of Number)
- `compute_ids` (List of Number)
2025-08-04 16:11:16 +03:00
- `created_time` (Number)
- `deletable` (Boolean)
- `description` (String)
2025-11-18 16:20:26 +03:00
- `extnet_ids` (List of Number)
2025-08-04 16:11:16 +03:00
- `gid` (Number)
- `guid` (Number)
- `id` (String) The ID of this resource.
2025-11-18 16:20:26 +03:00
- `k8s_ids` (List of Number)
- `lb_ids` (List of Number)
2025-08-04 16:11:16 +03:00
- `name` (String)
- `node_ids` (List of Number)
- `status` (String)
- `updated_time` (Number)
2025-11-18 16:20:26 +03:00
- `vins_ids` (List of Number)
2025-08-04 16:11:16 +03:00
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `default` (String)
- `read` (String)