Merge pull request 'chore: decommission vm-202-reportgen' (#78) from decommission-reportgen-vm into main
Some checks failed
Drift Detection / detect-drift (push) Failing after 2s
Some checks failed
Drift Detection / detect-drift (push) Failing after 2s
This commit is contained in:
commit
5bb9a77614
@ -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" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user