4 lines
66 B
Terraform
Raw Normal View History

output "kubeconfig" {
value = "${module.bootkube.kubeconfig}"
}