Remove tfplan
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user