From bc57b9107bf90e707a82d24d304d471688256992 Mon Sep 17 00:00:00 2001 From: Philip Schmid Date: Wed, 25 Sep 2024 08:50:40 +0200 Subject: [PATCH] Removed commented out talos_cluster_health data source Signed-off-by: Philip Schmid --- 03-talos.tf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/03-talos.tf b/03-talos.tf index 805a6bb..5360754 100644 --- a/03-talos.tf +++ b/03-talos.tf @@ -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] -# }