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

@ -15,6 +15,7 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
clone {
vm_id = 10000 + tonumber(replace(var.node.talos_version, ".", ""))
retries = 3
}
cpu {
@ -53,7 +54,7 @@ resource "proxmox_virtual_environment_vm" "talos-node" {
}
}
dns {
servers = ["192.168.1.2"]
servers = ["9.9.9.9"]
}
}
}