fix: update Proxmox endpoint to new IP 185.47.204.226

Server bare_srv_1 migrated from 217.168.244.244 to 185.47.204.226
(dedicated /28 subnet on VLAN 1742). Old IP is no longer reachable.
Emergency fix — Atlantis cannot function until endpoint is updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root 2026-02-11 19:26:21 +01:00
parent 1e52ac935b
commit f227620b8b

View File

@ -25,7 +25,7 @@ terraform {
}
provider "proxmox" {
endpoint = "https://217.168.244.244:8006/"
endpoint = "https://185.47.204.226:8006/"
insecure = true # self-signed cert
# api_token read from PROXMOX_VE_API_TOKEN env var