feat: Add talosconfig and kubeconfig outputs

This commit is contained in:
Peter 2025-11-28 12:39:21 +01:00
parent 112f39fbd4
commit c10aded847
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,9 @@
output "talosconfig" {
value = module.talos-bootstrap.talosconfig
sensitive = true
}
output "kubeconfig" {
value = module.talos-bootstrap.kubeconfig
sensitive = true
}