mirror of
https://github.com/0x1d/terraform-proxmox-talos.git
synced 2025-12-14 14:01:28 +01:00
10 lines
224 B
HCL
10 lines
224 B
HCL
output "talosconfig" {
|
|
value = data.talos_client_configuration.talosconfig.talos_config
|
|
sensitive = true
|
|
}
|
|
|
|
output "kubeconfig" {
|
|
value = talos_cluster_kubeconfig.kubeconfig.kubeconfig_raw
|
|
sensitive = true
|
|
}
|