Remove komodo virtual machine from prod configuration
All checks were successful
Terraform Deploy / Validate (push) Successful in 10s
Terraform Deploy / Plan (push) Successful in 11s
Terraform Deploy / Apply (push) Successful in 17s

This commit is contained in:
Damien
2026-06-10 10:08:56 +02:00
parent 06df079bfb
commit fa33c842db

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"]
}
}