Skip to content

Commit

Permalink
Added cluster_name output
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <[email protected]>
  • Loading branch information
PhilipSchmid committed Apr 4, 2024
1 parent 490112e commit d83b4b2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 00-outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ output "path_to_kubeconfig_file" {
output "elb_dns_name" {
description = "Public ELB DNS name."
value = module.elb_k8s_elb.elb_dns_name
}
}

output "cluster_name" {
description = "Name of cluster"
value = var.cluster_name
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ module "talos" {

| Name | Description |
|------|-------------|
| <a name="output_cluster_name"></a> [cluster\_name](#output\_cluster\_name) | Name of cluster |
| <a name="output_elb_dns_name"></a> [elb\_dns\_name](#output\_elb\_dns\_name) | Public ELB DNS name. |
| <a name="output_path_to_kubeconfig_file"></a> [path\_to\_kubeconfig\_file](#output\_path\_to\_kubeconfig\_file) | The generated kubeconfig. |
| <a name="output_path_to_talosconfig_file"></a> [path\_to\_talosconfig\_file](#output\_path\_to\_talosconfig\_file) | The generated talosconfig. |
Expand Down

0 comments on commit d83b4b2

Please sign in to comment.