Skip to content

kupe_cluster

Reads an existing Kupe Cloud cluster by name.

data "kupe_cluster" "production" {
name = "production"
}
  • name (String) Cluster name to look up.
  • display_name (String) Human-readable cluster name.
  • endpoint (String) Cluster API server endpoint.
  • phase (String) Current cluster phase.
  • type (String) Cluster type, for example shared or dedicated.
  • version (String) Current Kubernetes version for the cluster.