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

108 lines
2.1 KiB
Markdown
Raw Normal View History

2022-06-09 11:17:30 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_bservice Data Source - terraform-provider-decort"
2022-06-09 11:17:30 +03:00
subcategory: ""
description: |-
---
# decort_bservice (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2022-07-27 13:50:03 +03:00
- `service_id` (Number)
2022-06-09 11:17:30 +03:00
### Optional
2022-07-27 13:50:03 +03:00
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
2022-06-09 11:17:30 +03:00
### Read-Only
2022-07-27 13:50:03 +03:00
- `account_id` (Number)
- `account_name` (String)
- `base_domain` (String)
- `computes` (List of Object) (see [below for nested schema](#nestedatt--computes))
- `cpu_total` (Number)
- `created_by` (String)
- `created_time` (Number)
- `deleted_by` (String)
- `deleted_time` (Number)
2024-08-26 18:22:06 +03:00
- `disk_total` (Number)
2022-07-27 13:50:03 +03:00
- `gid` (Number)
2024-08-26 18:22:06 +03:00
- `groups` (List of Object) (see [below for nested schema](#nestedatt--groups))
2022-07-27 13:50:03 +03:00
- `guid` (Number)
- `id` (String) The ID of this resource.
- `milestones` (Number)
- `parent_srv_id` (Number)
- `parent_srv_type` (String)
- `ram_total` (Number)
- `rg_id` (Number)
- `rg_name` (String)
- `service_name` (String)
- `snapshots` (List of Object) (see [below for nested schema](#nestedatt--snapshots))
- `ssh_key` (String)
- `ssh_user` (String)
- `status` (String)
- `tech_status` (String)
- `updated_by` (String)
- `updated_time` (Number)
- `user_managed` (Boolean)
2025-08-04 16:11:16 +03:00
- `zone_id` (Number)
2022-06-09 11:17:30 +03:00
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `default` (String)
- `read` (String)
2022-06-09 11:17:30 +03:00
<a id="nestedatt--computes"></a>
### Nested Schema for `computes`
Read-Only:
2024-08-26 18:22:06 +03:00
- `account_id` (Number)
- `architecture` (String)
2022-07-27 13:50:03 +03:00
- `compgroup_id` (Number)
- `compgroup_name` (String)
- `compgroup_role` (String)
- `id` (Number)
- `name` (String)
2024-08-26 18:22:06 +03:00
- `rg_id` (Number)
- `stack_id` (Number)
- `status` (String)
- `tech_status` (String)
<a id="nestedatt--groups"></a>
### Nested Schema for `groups`
Read-Only:
- `computes` (Number)
- `consistency` (Boolean)
- `id` (Number)
- `name` (String)
- `status` (String)
- `tech_status` (String)
2022-06-09 11:17:30 +03:00
<a id="nestedatt--snapshots"></a>
### Nested Schema for `snapshots`
Read-Only:
2022-07-27 13:50:03 +03:00
- `guid` (String)
- `label` (String)
- `timestamp` (Number)
- `valid` (Boolean)