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/data-sources/bservice_list.md

69 lines
1.5 KiB

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_bservice_list Data Source - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_bservice_list (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Optional
- **account_id** (Number) ID of the account to query for BasicService instances
- **id** (String) The ID of this resource.
- **page** (Number) Page number
- **rg_id** (Number) ID of the resource group to query for BasicService instances
- **size** (Number) Page size
- **timeouts** (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- **items** (List of Object) (see [below for nested schema](#nestedatt--items))
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- **default** (String)
- **read** (String)
<a id="nestedatt--items"></a>
### Nested Schema for `items`
Read-Only:
- **account_id** (Number)
- **account_name** (String)
- **base_domain** (String)
- **created_by** (String)
- **created_time** (Number)
- **deleted_by** (String)
- **deleted_time** (Number)
- **gid** (Number)
- **groups** (List of Number)
- **guid** (Number)
- **parent_srv_id** (Number)
- **parent_srv_type** (String)
- **rg_id** (Number)
- **rg_name** (String)
- **service_id** (Number)
- **service_name** (String)
- **ssh_user** (String)
- **status** (String)
- **tech_status** (String)
- **updated_by** (String)
- **updated_time** (Number)
- **user_managed** (Boolean)