1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "$graphify-root$_bootstrap_cluster_main_tf", "label": "main.tf", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": null, "type": "terraform_file"}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "label": "null_resource.kubeadm_control_plane", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L15", "attributes": {"triggers": {"node_name": "var.control_plane_node_name", "advertise_address": "var.control_plane_advertise_address", "pod_network_cidr": "var.pod_network_cidr", "kubeconfig_path": "var.kubeconfig_path", "kubeconfig_owner": "var.kubeconfig_owner", "registry_endpoint": "var.registry_endpoint", "registry_config_version": "8", "containerd_runtime": "docker-containerd-io", "cni_plugins_version": "2", "node_dns_servers": "join(\" \", var.node_dns_servers)", "persistent_volume_dirs": "join(\",\", var.persistent_volume_dirs)"}}}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kube_system_resource_policy", "label": "null_resource.kube_system_resource_policy", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L438", "attributes": {"depends_on": ["null_resource.kubeadm_control_plane"], "triggers": {"kubeconfig_path": "var.kubeconfig_path", "resource_policy_version": "2"}}}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_worker_nodes_required", "label": "null_resource.worker_nodes_required", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L528", "attributes": {"triggers": {"worker_count": "tostring(length(var.worker_nodes))"}}}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "label": "null_resource.kubeadm_worker", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L541", "attributes": {"for_each": "var.worker_nodes", "depends_on": ["null_resource.kubeadm_control_plane", "null_resource.kube_system_resource_policy", "null_resource.worker_nodes_required"], "triggers": {"node_name": "each.value.node_name", "host": "each.value.host", "user": "each.value.user", "ssh_key_path": "each.value.ssh_key_path", "kubeconfig_path": "var.kubeconfig_path", "registry_endpoint": "var.registry_endpoint", "registry_config_version": "8", "containerd_runtime": "docker-containerd-io", "cni_plugins_version": "2", "force_rejoin": "tostring(var.force_worker_rejoin)", "worker_rejoin_reset_version": "2", "node_dns_servers": "join(\" \", var.node_dns_servers)", "persistent_volume_dirs": "join(\",\", var.persistent_volume_dirs)", "worker_tailscale_version": "1", "worker_tailscale_enabled": "tostring(var.worker_tailscale_enabled)", "worker_tailscale_accept_routes": "tostring(var.worker_tailscale_accept_routes)", "worker_tailscale_pod_egress_snat": "tostring(var.worker_tailscale_pod_egress_snat)", "tailscale_nodeport_version": "3", "tailscale_nodeport_enabled": "var.tailscale_nodeport_access.enabled && each.key == var.tailscale_nodeport_access.worker_key ? \"true\" : \"false\"", "tailscale_nodeport_peer_ip": "var.tailscale_nodeport_access.peer_ip", "tailscale_nodeport_node_tailscale_ip": "var.tailscale_nodeport_access.node_tailscale_ip", "tailscale_nodeport_pod_cidr": "var.tailscale_nodeport_access.pod_cidr", "tailscale_nodeport_node_ports": "join(\" \", distinct(concat([var.tailscale_nodeport_access.node_port], var.tailscale_nodeport_extra_ports)))", "tailscale_nodeport_target_ports": "join(\" \", distinct(concat([var.tailscale_nodeport_access.target_port], var.tailscale_nodeport_extra_target_ports)))", "tailscale_subnet_routes_version": "1", "tailscale_subnet_routes_enabled": "var.tailscale_subnet_routes.enabled && each.key == var.tailscale_subnet_routes.worker_key ? \"true\" : \"false\"", "tailscale_subnet_routes": "join(\",\", var.tailscale_subnet_routes.routes)"}}}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_control_plane_node_label_pairs", "label": "local.control_plane_node_label_pairs", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1303"}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_worker_node_label_pairs", "label": "local.worker_node_label_pairs", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1311"}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_node_label_pairs", "label": "local.node_label_pairs", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1321"}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "label": "null_resource.node_labels", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1324", "attributes": {"for_each": "{ for pair in local.node_label_pairs : \"${pair.node_name}/${pair.label}\" => pair }", "depends_on": ["null_resource.kubeadm_control_plane", "null_resource.kubeadm_worker"], "triggers": {"kubeconfig_path": "var.kubeconfig_path", "node_name": "each.value.node_name", "label": "each.value.label", "value": "each.value.value"}}}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_output_kubeconfig_path", "label": "output.kubeconfig_path", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1365", "attributes": {"value": "var.kubeconfig_path"}}, {"id": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_output_pod_network_cidr", "label": "output.pod_network_cidr", "file_type": "code", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1369", "attributes": {"value": "var.pod_network_cidr"}}], "edges": [{"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L15", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_control_plane_node_name", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L17", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_control_plane_advertise_address", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L18", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_pod_network_cidr", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L19", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_kubeconfig_path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L20", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_kubeconfig_owner", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L21", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_registry_endpoint", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L22", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_node_dns_servers", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L26", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_persistent_volume_dirs", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L27", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kube_system_resource_policy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L438", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kube_system_resource_policy", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "relation": "depends_on", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L439", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kube_system_resource_policy", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_kubeconfig_path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L442", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_worker_nodes_required", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L528", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_worker_nodes_required", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_worker_nodes", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L530", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_worker_nodes_required", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_allow_empty_worker_nodes", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L535", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L541", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_worker_nodes", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L542", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "relation": "depends_on", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L545", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kube_system_resource_policy", "relation": "depends_on", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L546", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_worker_nodes_required", "relation": "depends_on", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L547", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_kubeconfig_path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L555", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_registry_endpoint", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L556", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_force_worker_rejoin", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L560", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_node_dns_servers", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L562", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_persistent_volume_dirs", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L563", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_worker_tailscale_enabled", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L565", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_worker_tailscale_accept_routes", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L566", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_worker_tailscale_pod_egress_snat", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L567", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_tailscale_nodeport_access", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L569", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_tailscale_nodeport_extra_ports", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L573", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_tailscale_nodeport_extra_target_ports", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L574", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_tailscale_subnet_routes", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L576", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_control_plane_node_label_pairs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1303", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_control_plane_node_label_pairs", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_control_plane_node_labels", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1304", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_control_plane_node_label_pairs", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_control_plane_node_name", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1305", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_worker_node_label_pairs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1311", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_worker_node_label_pairs", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_worker_nodes", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1312", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_worker_node_label_pairs", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_worker_node_labels", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1313", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_worker_node_label_pairs", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_worker_node_name", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1314", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_node_label_pairs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1321", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_node_label_pairs", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_control_plane_node_label_pairs", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1321", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_node_label_pairs", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_worker_node_label_pairs", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1321", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1324", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_local_node_label_pairs", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1326", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_pair_node_name", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1326", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_pair_label", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1326", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_control_plane", "relation": "depends_on", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1330", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_kubeadm_worker", "relation": "depends_on", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1331", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_null_resource_node_labels", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_kubeconfig_path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1335", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_output_kubeconfig_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1365", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_output_kubeconfig_path", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_kubeconfig_path", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1366", "weight": 1.0}, {"source": "$graphify-root$_bootstrap_cluster_main_tf", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_output_pod_network_cidr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1369", "weight": 1.0}, {"source": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_output_pod_network_cidr", "target": "terraform_home_jv_my_homelab_configs_bootstrap_cluster_744634bbad3e0b7a_var_pod_network_cidr", "relation": "references", "confidence": "EXTRACTED", "source_file": "bootstrap/cluster/main.tf", "source_location": "L1370", "weight": 1.0}]} |