Remove komodo VM from prod configuration
Some checks failed
Terraform Deploy / Validate (push) Successful in 6s
Terraform Deploy / Plan (push) Successful in 5s
Terraform Deploy / Apply (push) Has been cancelled

This commit is contained in:
Damien
2026-06-14 15:35:24 +02:00
parent 09d3c84a87
commit df9934b48a

View File

@@ -42,15 +42,6 @@ virtual_machines = {
ip = "192.168.1.161"
gateway = "192.168.1.254"
tags = ["ipfabric"]
},
"komodo" = {
os = "alpine"
cores = 16
memory = 32768
disk_gb = 32
ip = "192.168.1.162"
gateway = "192.168.1.254"
tags = ["docker"]
}
}