You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform-provider-decort/docs/resources/cb_k8ci.md

56 lines
1.1 KiB

1 year ago
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "decort_cb_k8ci Resource - terraform-provider-decort"
subcategory: ""
description: |-
---
# decort_cb_k8ci (Resource)
<!-- schema generated by tfplugindocs -->
## Schema
### Required
- `master_image_id` (Number)
- `max_master_count` (Number)
- `max_worker_count` (Number)
- `name` (String) K8CI name
- `network_plugins` (List of String)
- `version` (String)
- `worker_image_id` (Number)
### Optional
- `desc` (String)
- `enabled` (Boolean)
- `permanently` (Boolean)
- `shared_with` (Set of Number)
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
### Read-Only
- `gid` (Number) gid
- `guid` (Number) guid
- `id` (String) The ID of this resource.
- `k8ci_id` (Number) K8CI ID
- `lb_image_id` (Number) LB Image ID
- `milestones` (Number)
- `status` (String) K8CI Status
<a id="nestedblock--timeouts"></a>
### Nested Schema for `timeouts`
Optional:
- `create` (String)
- `default` (String)
- `delete` (String)
- `read` (String)
- `update` (String)