hcornet ae12f41e30
Some checks failed
terraform validation / Terraform (push) Failing after 6s
first sync
2025-01-02 14:25:42 +01:00

4 lines
176 B
HCL

output "cluster_kubeconfig" {
description = "the contents of generated KUBECONFIG file"
value = nonsensitive(scaleway_k8s_cluster.cluster.kubeconfig[0].config_file)
}