Added Kubernetes config
This commit is contained in:
9
proxmox/outputs.tf
Normal file
9
proxmox/outputs.tf
Normal file
@@ -0,0 +1,9 @@
|
||||
output "talosconfig" {
|
||||
value = data.talos_client_configuration.this.talos_config
|
||||
sensitive = true
|
||||
}
|
||||
|
||||
output "kubeconfig" {
|
||||
value = talos_cluster_kubeconfig.this.kubeconfig_raw
|
||||
sensitive = true
|
||||
}
|
||||
Reference in New Issue
Block a user