mirror of
https://github.com/outbackdingo/terraform-hcloud-talos.git
synced 2026-01-27 18:20:26 +00:00
9 lines
215 B
HCL
9 lines
215 B
HCL
output "talosconfig" {
|
|
value = data.talos_client_configuration.this.talos_config
|
|
sensitive = true
|
|
}
|
|
|
|
output "kubeconfig" {
|
|
value = data.talos_cluster_kubeconfig.this.kubeconfig_raw
|
|
sensitive = true
|
|
} |