Add komodo VM to production
All checks were successful
Terraform Deploy / Validate (push) Successful in 9s
Terraform Deploy / Plan (push) Successful in 9s
Terraform Deploy / Apply (push) Successful in 1m1s

This commit is contained in:
Damien
2026-06-10 10:10:34 +02:00
parent fa33c842db
commit adbc4ff64b

View File

@@ -42,6 +42,15 @@ 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"]
}
}