Update outputs.tf for bare-metal/flatcar-linux to include kubeconfig output

This commit is contained in:
Alex McArther 2023-10-13 16:37:18 -07:00 committed by Dalton Hubble
parent bf9e74f5a1
commit 68df37451e
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@ output "kubeconfig-admin" {
sensitive = true
}
# Outputs for workers
output "kubeconfig" {
value = module.bootstrap.kubeconfig-kubelet
sensitive = true
}
# Outputs for debug
output "assets_dist" {