parent
8d530c45ea
commit
965b6013a6
@ -1,37 +1,10 @@
|
|||||||
### Bug fixes
|
### Bug fixes
|
||||||
- changing boot\_disk\_size in kvmvm
|
- fatal error when trying to retrieve compute boot disk if former does not have one
|
||||||
- downsizing CPU and RAM in kvmvm
|
- ignored timeouts
|
||||||
- pfw recreation if public\_port\_end unspecified
|
- wrong handling of errors when attaching network interfaces and disks to kvmvm
|
||||||
- uninformative error message when retrying on 500
|
|
||||||
- hardcoded 3 minute timeout
|
|
||||||
|
|
||||||
### New datasources
|
### New features
|
||||||
- disk\_list
|
- parameter iotune in disk
|
||||||
- rg\_list
|
- migrated to terraform SDKv2
|
||||||
- account\_list
|
- admin mode (activated by environment variable DECORT\_ADMIN\_MODE) for resources: account, k8s, image, disk, resgroup, kvmvm, vins
|
||||||
- account\_computes\_list
|
- parameters sep\_id and pool in kvmvm
|
||||||
- account\_disks\_list
|
|
||||||
- account\_vins\_list
|
|
||||||
- account\_audits\_list
|
|
||||||
- account
|
|
||||||
- account\_rg\_list
|
|
||||||
- account\_counsumed\_units
|
|
||||||
- account\_counsumed\_units\_by\_type
|
|
||||||
- account\_reserved\_units
|
|
||||||
- account\_templates\_list
|
|
||||||
- account\_deleted\_list
|
|
||||||
- bservice\_list
|
|
||||||
- bservice\_snapshot\_list
|
|
||||||
- bservice\_deleted\_list
|
|
||||||
- bservice
|
|
||||||
- bservice\_group
|
|
||||||
- extnet\_default
|
|
||||||
- extnet\_list
|
|
||||||
- extnet
|
|
||||||
- extnet\_computes\_list
|
|
||||||
- vins\_list
|
|
||||||
|
|
||||||
### New resources
|
|
||||||
- account
|
|
||||||
- bservice
|
|
||||||
- bservice\_group
|
|
||||||
|
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_location_url Data Source - decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_location_url (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `url` (String) Location url
|
||||||
|
|
||||||
|
<a id="nestedblock--timeouts"></a>
|
||||||
|
### Nested Schema for `timeouts`
|
||||||
|
|
||||||
|
Optional:
|
||||||
|
|
||||||
|
- `default` (String)
|
||||||
|
- `read` (String)
|
||||||
|
|
||||||
|
|
@ -0,0 +1,52 @@
|
|||||||
|
---
|
||||||
|
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||||
|
page_title: "decort_locations_list Data Source - decort"
|
||||||
|
subcategory: ""
|
||||||
|
description: |-
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# decort_locations_list (Data Source)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!-- schema generated by tfplugindocs -->
|
||||||
|
## Schema
|
||||||
|
|
||||||
|
### Optional
|
||||||
|
|
||||||
|
- `page` (Number) page number
|
||||||
|
- `size` (Number) page size
|
||||||
|
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||||
|
|
||||||
|
### Read-Only
|
||||||
|
|
||||||
|
- `id` (String) The ID of this resource.
|
||||||
|
- `items` (List of Object) Locations list (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:
|
||||||
|
|
||||||
|
- `ckey` (String)
|
||||||
|
- `flag` (String)
|
||||||
|
- `gid` (Number)
|
||||||
|
- `guid` (Number)
|
||||||
|
- `id` (Number)
|
||||||
|
- `location_code` (String)
|
||||||
|
- `meta` (List of String)
|
||||||
|
- `name` (String)
|
||||||
|
|
||||||
|
|
Loading…
Reference in new issue