This commit is contained in:
2025-11-18 16:20:26 +03:00
parent 4b3f21d9be
commit e42fbcef39
397 changed files with 17560 additions and 1501 deletions

View File

@@ -31,13 +31,11 @@ description: |-
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `users` (Block List) (see [below for nested schema](#nestedblock--users))
- `zone_ids` (List of Number)
### Read-Only
- `account_id` (Number)
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
- `ckey` (String)
- `company` (String)
- `companyurl` (String)
- `compute_features` (List of String)
@@ -54,12 +52,13 @@ description: |-
- `guid` (Number)
- `id` (String) The ID of this resource.
- `machines` (List of Object) (see [below for nested schema](#nestedatt--machines))
- `service_account` (Boolean)
- `status` (String)
- `storage_policy_ids` (List of Number)
- `updated_time` (Number)
- `version` (Number)
- `vins` (List of Number)
- `vinses` (Number)
- `zone_ids` (List of Number)
<a id="nestedblock--resource_limits"></a>
### Nested Schema for `resource_limits`
@@ -73,6 +72,20 @@ Optional:
- `cu_np` (Number)
- `gpu_units` (Number)
Read-Only:
- `cu_dm` (Number)
- `storage_policy` (List of Object) (see [below for nested schema](#nestedatt--resource_limits--storage_policy))
<a id="nestedatt--resource_limits--storage_policy"></a>
### Nested Schema for `resource_limits.storage_policy`
Read-Only:
- `id` (Number)
- `limit` (Number)
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`