Skip to content

Commit

Permalink
Removed commented out talos_cluster_health data source
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Schmid <phisch@cisco.com>
  • Loading branch information
PhilipSchmid committed Sep 25, 2024
1 parent df42ebf commit bc57b91
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions 03-talos.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,13 +128,3 @@ resource "local_file" "kubeconfig" {
ignore_changes = [content]
}
}

# Does currently not work because of the nodes reachability from the internet.
# data "talos_cluster_health" "this" {
# depends_on = [talos_cluster_kubeconfig.this]

# client_configuration = talos_machine_secrets.this.client_configuration
# endpoints = module.talos_control_plane_nodes.*.public_ip
# control_plane_nodes = module.talos_control_plane_nodes.*.private_ip
# worker_nodes = [for node in module.talos_worker_group : node.private_ip]
# }

0 comments on commit bc57b91

Please sign in to comment.