parent
8d530c45ea
commit
965b6013a6
@ -1,37 +1,10 @@
|
||||
### Bug fixes
|
||||
- changing boot\_disk\_size in kvmvm
|
||||
- downsizing CPU and RAM in kvmvm
|
||||
- pfw recreation if public\_port\_end unspecified
|
||||
- uninformative error message when retrying on 500
|
||||
- hardcoded 3 minute timeout
|
||||
- fatal error when trying to retrieve compute boot disk if former does not have one
|
||||
- ignored timeouts
|
||||
- wrong handling of errors when attaching network interfaces and disks to kvmvm
|
||||
|
||||
### New datasources
|
||||
- disk\_list
|
||||
- rg\_list
|
||||
- account\_list
|
||||
- account\_computes\_list
|
||||
- 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
|
||||
### New features
|
||||
- parameter iotune in disk
|
||||
- migrated to terraform SDKv2
|
||||
- admin mode (activated by environment variable DECORT\_ADMIN\_MODE) for resources: account, k8s, image, disk, resgroup, kvmvm, vins
|
||||
- parameters sep\_id and pool in kvmvm
|
||||
|
@ -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