1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-05-26 01:16:26 +02:00

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

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" {