chore: Update IP addresses

This commit is contained in:
Peter 2025-11-18 22:14:35 +01:00
parent c68529eb69
commit ac47c8b809
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
6 changed files with 15 additions and 25 deletions

View file

@ -1,11 +1,10 @@
provider "proxmox" {
endpoint = var.proxmox_endpoint
api_token = var.proxmox_api_token
insecure = true
}
locals {
talos_versions = ["1.11.4", "1.11.5"]
talos_versions = ["1.11.5"]
}
data "http" "schematic" {