--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "decort_k8s Data Source - terraform-provider-decort" subcategory: "" description: |- --- # decort_k8s (Data Source) ## Schema ### Required - `k8s_id` (Number) ### Optional - `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts)) ### Read-Only - `account_id` (Number) - `account_name` (String) - `acl` (List of Object) (see [below for nested schema](#nestedatt--acl)) - `bservice_id` (Number) - `created_by` (String) - `created_time` (Number) - `deleted_by` (String) - `deleted_time` (Number) - `extnet_id` (Number) ID of the external network to connect workers to. If omitted network will be chosen by the platfom. - `id` (String) The ID of this resource. - `k8s_ci_name` (String) - `k8sci_id` (Number) - `kubeconfig` (String) Kubeconfig for cluster access. - `lb_id` (Number) - `lb_ip` (String) IP address of default load balancer. - `masters` (List of Object) (see [below for nested schema](#nestedatt--masters)) - `name` (String) - `network_plugin` (String) - `rg_id` (Number) - `rg_name` (String) - `status` (String) - `tech_status` (String) - `updated_by` (String) - `updated_time` (Number) - `vins_id` (Number) - `workers` (List of Object) (see [below for nested schema](#nestedatt--workers)) ### Nested Schema for `timeouts` Optional: - `default` (String) - `read` (String) ### Nested Schema for `acl` Read-Only: - `account_acl` (List of Object) (see [below for nested schema](#nestedobjatt--acl--account_acl)) - `k8s_acl` (List of Object) (see [below for nested schema](#nestedobjatt--acl--k8s_acl)) - `rg_acl` (List of Object) (see [below for nested schema](#nestedobjatt--acl--rg_acl)) ### Nested Schema for `acl.account_acl` Read-Only: - `explicit` (Boolean) - `guid` (String) - `right` (String) - `status` (String) - `type` (String) - `user_group_id` (String) ### Nested Schema for `acl.k8s_acl` Read-Only: - `explicit` (Boolean) - `guid` (String) - `right` (String) - `status` (String) - `type` (String) - `user_group_id` (String) ### Nested Schema for `acl.rg_acl` Read-Only: - `explicit` (Boolean) - `guid` (String) - `right` (String) - `status` (String) - `type` (String) - `user_group_id` (String) ### Nested Schema for `masters` Read-Only: - `cpu` (Number) - `detailed_info` (List of Object) (see [below for nested schema](#nestedobjatt--masters--detailed_info)) - `disk` (Number) - `master_id` (Number) - `name` (String) - `num` (Number) - `ram` (Number) ### Nested Schema for `masters.detailed_info` Read-Only: - `compute_id` (Number) - `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--masters--detailed_info--interfaces)) - `name` (String) - `natable_vins_ip` (String) - `natable_vins_network` (String) - `status` (String) - `tech_status` (String) ### Nested Schema for `masters.detailed_info.interfaces` Read-Only: - `def_gw` (String) - `ip_address` (String) ### Nested Schema for `workers` Read-Only: - `annotations` (List of String) - `cpu` (Number) - `detailed_info` (List of Object) (see [below for nested schema](#nestedobjatt--workers--detailed_info)) - `disk` (Number) - `guid` (String) - `id` (Number) - `labels` (List of String) - `name` (String) - `num` (Number) - `ram` (Number) - `taints` (List of String) ### Nested Schema for `workers.detailed_info` Read-Only: - `compute_id` (Number) - `interfaces` (List of Object) (see [below for nested schema](#nestedobjatt--workers--detailed_info--interfaces)) - `name` (String) - `natable_vins_ip` (String) - `natable_vins_network` (String) - `status` (String) - `tech_status` (String) ### Nested Schema for `workers.detailed_info.interfaces` Read-Only: - `def_gw` (String) - `ip_address` (String)