Files
terraform-provider-decort/docs/resources/image.md

92 lines
2.3 KiB
Markdown
Raw Normal View History

---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_image Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_image (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2024-08-26 18:22:06 +03:00
- `account_id` (Number) AccountId to make the image exclusive
2022-07-27 13:50:03 +03:00
- `boot_type` (String) Boot type of image bios or uefi
- `drivers` (List of String)
- `name` (String) Name of the rescue disk
2025-05-21 16:38:25 +03:00
- `type` (String) Image type linux, windows or unknown
2022-07-27 13:50:03 +03:00
- `url` (String) URL where to download media from
### Optional
2024-11-12 13:41:38 +03:00
- `architecture` (String) binary architecture of this image, one of X86_64
2022-07-27 13:50:03 +03:00
- `hot_resize` (Boolean) Does this machine supports hot resize
- `image_id` (Number) image id
2024-08-26 18:22:06 +03:00
- `network_interface_naming` (String) select a network interface naming pattern for your Linux machine. eth - onboard, ens - pci slot naming
2022-07-27 13:50:03 +03:00
- `password` (String) Optional password for the image
- `password_dl` (String) password for upload binary media
- `pool_name` (String) pool for image create
- `sep_id` (Number) storage endpoint provider ID
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `username` (String) Optional username for the image
- `username_dl` (String) username for upload binary media
### Read-Only
2022-07-27 13:50:03 +03:00
- `acl` (String)
- `bootable` (Boolean)
2024-08-26 18:22:06 +03:00
- `cd_presented_to` (String)
2022-07-27 13:50:03 +03:00
- `ckey` (String)
- `compute_ci_id` (Number)
2024-08-26 18:22:06 +03:00
- `deleted_time` (Number)
2022-07-27 13:50:03 +03:00
- `desc` (String)
- `enabled` (Boolean)
2024-08-26 18:22:06 +03:00
- `gid` (Number)
2022-07-27 13:50:03 +03:00
- `guid` (Number)
- `history` (List of Object) (see [below for nested schema](#nestedatt--history))
- `id` (String) The ID of this resource.
- `image_name` (String)
- `last_modified` (Number)
- `link_to` (Number)
- `milestones` (Number)
2025-05-21 16:38:25 +03:00
- `present_to` (Map of Number)
2022-07-27 13:50:03 +03:00
- `provider_name` (String)
- `purge_attempts` (Number)
- `res_id` (String)
- `rescuecd` (Boolean)
- `shared_with` (List of Number)
- `size` (Number)
2025-05-21 16:38:25 +03:00
- `snapshot_id` (String)
2022-07-27 13:50:03 +03:00
- `status` (String)
- `tech_status` (String)
- `unc_path` (String)
- `version` (String)
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)
<a id="nestedatt--history"></a>
### Nested Schema for `history`
Read-Only:
2022-07-27 13:50:03 +03:00
- `guid` (String)
- `id` (Number)
- `timestamp` (Number)