Merge pull request #571 from coreos/missing-output

examples/terraform/modules: Add outputs.tf with kubeconfig
This commit is contained in:
Dalton Hubble
2017-06-12 14:18:31 -07:00
committed by GitHub

View File

@@ -0,0 +1,3 @@
output "kubeconfig" {
value = "${module.bootkube.kubeconfig}"
}