infrastructure/pve01.wheatley.in/k8s-wheatley/outputs.tf

10 lines
185 B
Terraform
Raw Permalink Normal View History

output "talosconfig" {
value = module.talos-bootstrap.talosconfig
sensitive = true
}
output "kubeconfig" {
value = module.talos-bootstrap.kubeconfig
sensitive = true
}