mirror of
https://github.com/puppetmaster/typhoon.git
synced 2024-12-26 07:29:32 +01:00
4 lines
66 B
Terraform
4 lines
66 B
Terraform
|
output "kubeconfig" {
|
||
|
value = "${module.bootkube.kubeconfig}"
|
||
|
}
|