--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "dynamix_account Data Source - terraform-provider-dynamix" subcategory: "" description: |- --- # dynamix_account (Data Source) ## Schema ### Required - `account_id` (Number) account id ### Optional - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only - `account_name` (String) - `acl` (Attributes List) (see [below for nested schema](#nestedatt--acl)) - `ckey` (String) - `company` (String) - `companyurl` (String) - `compute_features` (List of String) - `computes` (Attributes) (see [below for nested schema](#nestedatt--computes)) - `cpu_allocation_parameter` (String) - `cpu_allocation_ratio` (Number) - `created_by` (String) - `created_time` (Number) - `dc_location` (String) - `deactivation_time` (Number) - `deleted_by` (String) - `deleted_time` (Number) - `displayname` (String) - `guid` (Number) - `id` (String) The ID of this resource. - `machines` (Attributes) (see [below for nested schema](#nestedatt--machines)) - `resource_limits` (Attributes) (see [below for nested schema](#nestedatt--resource_limits)) - `send_access_emails` (Boolean) - `status` (String) - `updated_time` (Number) - `version` (Number) - `vins` (List of Number) - `vinses` (Number) ### Nested Schema for `timeouts` Optional: - `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). ### Nested Schema for `acl` Read-Only: - `can_be_deleted` (Boolean) - `explicit` (Boolean) - `guid` (String) - `right` (String) - `status` (String) - `type` (String) - `user_group_id` (String) ### Nested Schema for `computes` Read-Only: - `started` (Number) - `stopped` (Number) ### Nested Schema for `machines` Read-Only: - `halted` (Number) - `running` (Number) ### Nested Schema for `resource_limits` Read-Only: - `cu_c` (Number) - `cu_d` (Number) - `cu_dm` (Number) - `cu_i` (Number) - `cu_m` (Number) - `cu_np` (Number) - `gpu_units` (Number)