Skip to content

Commit

Permalink
feat: Add outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclrchtr committed Mar 16, 2024
1 parent 9678b92 commit aac976c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions terraform-hcloud-talos/outputs.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
output "talosconfig" {
value = data.talos_client_configuration.this.talos_config
sensitive = true
}

output "kubeconfig" {
value = data.talos_cluster_kubeconfig.this.kubeconfig_raw
sensitive = true
}

0 comments on commit aac976c

Please sign in to comment.