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

@@ -35,15 +35,15 @@ description: |-
- `resource_limits` (Block List, Max: 1) (see [below for nested schema](#nestedblock--resource_limits))
- `restore` (Boolean) restore a deleted account
- `send_access_emails` (Boolean) if true send emails when a user is granted access to resources
- `storage_policy` (Block Set) (see [below for nested schema](#nestedblock--storage_policy))
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `uniq_pools` (List of String)
- `users` (Block List) (see [below for nested schema](#nestedblock--users))
- `zone_ids` (List of Number)
- `zone_ids` (Set of Number)
### Read-Only
- `acl` (List of Object) (see [below for nested schema](#nestedatt--acl))
- `ckey` (String)
- `company` (String)
- `companyurl` (String)
- `created_by` (String)
@@ -76,6 +76,25 @@ Optional:
Read-Only:
- `cu_d` (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--storage_policy"></a>
### Nested Schema for `storage_policy`
Required:
- `id` (Number)
- `limit` (Number)
<a id="nestedblock--timeouts"></a>