mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-14 12:11:33 +02:00
Add admin kubeconfig as a Terraform output
* May be used to write a local file
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
output "kubeconfig-admin" {
|
||||
value = "${module.bootkube.user-kubeconfig}"
|
||||
}
|
||||
|
||||
output "controllers_dns" {
|
||||
value = "${digitalocean_record.controllers.0.fqdn}"
|
||||
}
|
||||
|
Reference in New Issue
Block a user