Skip to content

Commit

Permalink
feat: output for the kubeconfig filename (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
apricote authored Jul 5, 2024
1 parent 65c743d commit 8411724
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ output "control_server_ipv4" {
description = "Public IPv4 of the control node"
value = hcloud_server.control.ipv4_address
}

output "kubeconfig_filename" {
description = "Path to the Kubeconfig file"
value = data.local_sensitive_file.kubeconfig.filename
}

0 comments on commit 8411724

Please sign in to comment.