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:
parent
1e52ac935b
commit
f227620b8b
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user