Delete terraform/variabeles.tf

This commit is contained in:
2026-02-14 23:04:51 +01:00
parent b4c6a9a2f3
commit d1e21647e4

View File

@@ -1,15 +0,0 @@
variable "proxmox_token" {
default = "8707ada7-2887-4c48-a06b-ff0346e01a4b"
}
variable "cluster_name" {
default = "talos-cluster"
}
variable "node_count" {
default = 3
}
variable "network_bridge" {
default = "vmbr0"
}