4 lines
66 B
Terraform
4 lines
66 B
Terraform
|
output "kubeconfig" {
|
||
|
value = "${module.bootkube.kubeconfig}"
|
||
|
}
|