Add IP Fabric VM to production
All checks were successful
Terraform PR / Validate (pull_request) Successful in 7s
Terraform PR / Plan (pull_request) Successful in 6s

This commit is contained in:
Damien
2026-06-21 12:40:48 +02:00
parent 28e0ee7369
commit fc32f62aa2

View File

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