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

54 lines
1.1 KiB
Markdown
Raw Normal View History

2022-06-09 11:17:30 +03:00
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
2024-08-26 18:22:06 +03:00
page_title: "decort_cb_pcidevice Resource - terraform-provider-decort"
2022-06-09 11:17:30 +03:00
subcategory: ""
description: |-
---
2024-08-26 18:22:06 +03:00
# decort_cb_pcidevice (Resource)
2022-06-09 11:17:30 +03:00
<!-- schema generated by tfplugindocs -->
## Schema
### Required
2022-07-27 13:50:03 +03:00
- `hw_path` (String) PCI address of the device
- `name` (String) Name of Device
- `rg_id` (Number) Resource GROUP
- `stack_id` (Number) stackId
2022-06-09 11:17:30 +03:00
### Optional
2022-07-27 13:50:03 +03:00
- `description` (String) description, just for information
- `device_id` (Number)
- `enable` (Boolean) Enable pci device
2024-08-26 18:22:06 +03:00
- `force_delete` (Boolean) Force delete
- `force_disable` (Boolean) Force disable
2022-07-27 13:50:03 +03:00
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
2022-06-09 11:17:30 +03:00
### Read-Only
2022-07-27 13:50:03 +03:00
- `ckey` (String)
- `compute_id` (Number)
- `guid` (Number)
- `id` (String) The ID of this resource.
- `meta` (List of String)
- `status` (String)
- `system_name` (String)
2022-06-09 11:17:30 +03:00
<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)