10 lines
211 B
HCL
10 lines
211 B
HCL
output "talosconfig" {
|
|
value = data.talos_client_configuration.this.talos_config
|
|
sensitive = true
|
|
}
|
|
|
|
output "kubeconfig" {
|
|
value = talos_cluster_kubeconfig.this.kubeconfig_raw
|
|
sensitive = true
|
|
}
|