4.6.1
This commit is contained in:
134
docs/data-sources/cb_stack.md
Normal file
134
docs/data-sources/cb_stack.md
Normal file
@@ -0,0 +1,134 @@
|
||||
---
|
||||
# generated by https://github.com/hashicorp/terraform-plugin-docs
|
||||
page_title: "decort_cb_stack Data Source - terraform-provider-decort"
|
||||
subcategory: ""
|
||||
description: |-
|
||||
|
||||
---
|
||||
|
||||
# decort_cb_stack (Data Source)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- schema generated by tfplugindocs -->
|
||||
## Schema
|
||||
|
||||
### Required
|
||||
|
||||
- `stack_id` (Number) stack_id
|
||||
|
||||
### Optional
|
||||
|
||||
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
|
||||
|
||||
### Read-Only
|
||||
|
||||
- `api_key` (String) api_key
|
||||
- `api_url` (String) api_url
|
||||
- `app_id` (String) api_id
|
||||
- `ckey` (String) ckey
|
||||
- `cpu_allocation_ratio` (Number) cpu_allocation_ratio
|
||||
- `descr` (String) descr
|
||||
- `description` (String) description
|
||||
- `drivers` (List of String) drivers
|
||||
- `eco` (String) eco
|
||||
- `error` (Number) error
|
||||
- `gid` (Number) gid
|
||||
- `guid` (Number) guid
|
||||
- `id` (String) The ID of this resource.
|
||||
- `images` (List of Number) images
|
||||
- `login` (String) login
|
||||
- `mem_allocation_ratio` (Number) mem_allocation_ratio
|
||||
- `meta` (List of String) meta
|
||||
- `name` (String) name
|
||||
- `packages` (List of Object) (see [below for nested schema](#nestedatt--packages))
|
||||
- `passwd` (String) password
|
||||
- `reference_id` (String) reference_id
|
||||
- `status` (String) status
|
||||
- `type` (String) type
|
||||
|
||||
<a id="nestedblock--timeouts"></a>
|
||||
### Nested Schema for `timeouts`
|
||||
|
||||
Optional:
|
||||
|
||||
- `default` (String)
|
||||
- `read` (String)
|
||||
|
||||
|
||||
<a id="nestedatt--packages"></a>
|
||||
### Nested Schema for `packages`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `libvirt_bin` (List of Object) (see [below for nested schema](#nestedobjatt--packages--libvirt_bin))
|
||||
- `libvirt_daemon` (List of Object) (see [below for nested schema](#nestedobjatt--packages--libvirt_daemon))
|
||||
- `lvm2_lockd` (List of Object) (see [below for nested schema](#nestedobjatt--packages--lvm2_lockd))
|
||||
- `openvswitch_common` (List of Object) (see [below for nested schema](#nestedobjatt--packages--openvswitch_common))
|
||||
- `openvswitch_switch` (List of Object) (see [below for nested schema](#nestedobjatt--packages--openvswitch_switch))
|
||||
- `qemu_system_x86` (List of Object) (see [below for nested schema](#nestedobjatt--packages--qemu_system_x86))
|
||||
- `sanlock` (List of Object) (see [below for nested schema](#nestedobjatt--packages--sanlock))
|
||||
|
||||
<a id="nestedobjatt--packages--libvirt_bin"></a>
|
||||
### Nested Schema for `packages.libvirt_bin`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `installed_size` (String)
|
||||
- `ver` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--packages--libvirt_daemon"></a>
|
||||
### Nested Schema for `packages.libvirt_daemon`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `installed_size` (String)
|
||||
- `ver` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--packages--lvm2_lockd"></a>
|
||||
### Nested Schema for `packages.lvm2_lockd`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `installed_size` (String)
|
||||
- `ver` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--packages--openvswitch_common"></a>
|
||||
### Nested Schema for `packages.openvswitch_common`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `installed_size` (String)
|
||||
- `ver` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--packages--openvswitch_switch"></a>
|
||||
### Nested Schema for `packages.openvswitch_switch`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `installed_size` (String)
|
||||
- `ver` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--packages--qemu_system_x86"></a>
|
||||
### Nested Schema for `packages.qemu_system_x86`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `installed_size` (String)
|
||||
- `ver` (String)
|
||||
|
||||
|
||||
<a id="nestedobjatt--packages--sanlock"></a>
|
||||
### Nested Schema for `packages.sanlock`
|
||||
|
||||
Read-Only:
|
||||
|
||||
- `installed_size` (String)
|
||||
- `ver` (String)
|
||||
Reference in New Issue
Block a user