---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "dynamix_bservice_group Resource - terraform-provider-dynamix"
subcategory: ""
description: |-
---
# dynamix_bservice_group (Resource)
## Schema
### Required
- `comp_count` (Number)
- `compgroup_name` (String)
- `cpu` (Number)
- `disk` (Number)
- `driver` (String)
- `image_id` (Number)
- `ram` (Number)
- `service_id` (Number)
### Optional
- `cloud_init` (String)
- `compgroup_id` (Number)
- `extnets` (List of Number)
- `force_stop` (Boolean)
- `force_update` (Boolean)
- `mode` (String)
- `parents` (List of Number)
- `remove_computes` (List of Number)
- `role` (String)
- `sep_id` (Number)
- `sep_pool` (String)
- `start` (Boolean)
- `timeout_start` (Number)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `vinses` (List of Number)
### Read-Only
- `account_id` (Number)
- `account_name` (String)
- `computes` (Attributes List) (see [below for nested schema](#nestedatt--computes))
- `consistency` (Boolean)
- `created_by` (String)
- `created_time` (Number)
- `deleted_by` (String)
- `deleted_time` (Number)
- `gid` (Number)
- `guid` (Number)
- `id` (String) The ID of this resource.
- `milestones` (Number)
- `rg_id` (Number)
- `rg_name` (String)
- `seq_no` (Number)
- `sid` (String)
- `status` (String)
- `tech_status` (String)
- `updated_by` (String)
- `updated_time` (Number)
### Nested Schema for `timeouts`
Optional:
- `create` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- `delete` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- `read` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.
- `update` (String) A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
### Nested Schema for `computes`
Read-Only:
- `id` (Number)
- `ip_addresses` (List of String)
- `name` (String)
- `os_users` (Attributes List) (see [below for nested schema](#nestedatt--computes--os_users))
### Nested Schema for `computes.os_users`
Read-Only:
- `login` (String)
- `password` (String)