ionoscloud_k8s_cluster
Get information on a IonosCloud K8s Cluster
Example Usage
By ID
data "ionoscloud_k8s_cluster" "example" {
id = "cluster_id"
}By Name
data "ionoscloud_k8s_cluster" "example" {
name = "K8s Cluster Example"
}Argument Reference
Attributes Reference
Example of accessing a kubernetes cluster using the user's token
Example of accessing a kubernetes cluster using the token from the config
Example of dumping the kube_config raw data into a yaml file
Last updated
Was this helpful?