Files
terraform-provider-decort/docs/data-sources/image.md

86 lines
1.7 KiB
Markdown
Raw Normal View History

2021-12-29 14:58:42 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_image Data Source - terraform-provider-decort"
2021-12-29 14:58:42 +03:00
subcategory: ""
description: |-
---
# decort_image (Data Source)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2022-07-27 13:50:03 +03:00
- `image_id` (Number)
2021-12-29 14:58:42 +03:00
### Optional
2022-07-27 13:50:03 +03:00
- `show_all` (Boolean)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
2021-12-29 14:58:42 +03:00
### Read-Only
2022-07-27 13:50:03 +03:00
- `account_id` (Number)
- `acl` (String)
- `architecture` (String)
- `boot_type` (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)
- `drivers` (List of String)
- `enabled` (Boolean)
- `gid` (Number)
- `guid` (Number)
- `history` (List of Object) (see [below for nested schema](#nestedatt--history))
- `hot_resize` (Boolean)
- `id` (String) The ID of this resource.
- `image_name` (String)
- `last_modified` (Number)
- `link_to` (Number)
- `milestones` (Number)
2024-08-26 18:22:06 +03:00
- `network_interface_naming` (String)
2022-07-27 13:50:03 +03:00
- `password` (String)
- `pool_name` (String)
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)
- `sep_id` (Number)
- `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)
- `type` (String)
- `unc_path` (String)
- `username` (String)
- `version` (String)
2021-12-29 14:58:42 +03:00
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
2022-07-27 13:50:03 +03:00
- `default` (String)
- `read` (String)
2021-12-29 14:58:42 +03:00
<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)