chore: decommission vm-202-reportgen
Some checks failed
AI Review / AI Code Review (pull_request) Successful in 1s
PR Checks / OpenTofu Validate & Policy (pull_request) Failing after 7s
1/1 projects planned successfully.
Security Scan / Security Scan (pull_request) Successful in 12s

Report-generator removed from infrastructure.
VM 185.47.204.228 no longer needed — empty PostgreSQL, no workloads.

Terraform will destroy the VM and release resources:
- 4 vCPU / 8GB RAM / 100GB disk on bare_srv_1
- Public IP 185.47.204.228

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root 2026-02-21 09:47:41 +01:00
parent 28b2c7076f
commit 15fdf1337a

View File

@ -7,27 +7,7 @@
# Cloud image dependency: proxmox_virtual_environment_download_file.ubuntu_2404_cloud (in main.tf)
locals {
tenant_vms = {
"vm-202-reportgen" = {
vm_id = 202
public_ip = "185.47.204.228"
password = "ir61mXhg7czPsdgf/ZHOom3j"
cpu_cores = 4
ram_mb = 8192
disk_gb = 100
started = true
extra_firewall_rules = [
{
type = "in"
action = "ACCEPT"
proto = "tcp"
dport = "5432"
source = "185.47.204.226"
comment = "PostgreSQL from K8s (bare_srv_1)"
},
]
}
}
tenant_vms = {}
}
module "tenant_vm" {