Remove tfplan

This commit is contained in:
2026-09-02 14:14:49 -04:00
parent ae8bf2926f
commit 2d661a1a76
7 changed files with 57 additions and 5 deletions
+1
View File
@@ -2,4 +2,5 @@ locals {
hv01_id = [ for node in data.proxmox_virtual_environment_node.hvc01 : node if node.node_name == "hv01"][0].id
# Validate talos_version variable
talos_version = [ for version in data.talos_image_factory_versions.this.talos_versions : version if version == var.talos_version][0]
cluster_endpoint = "https://${var.cluster_name}:6443"
}