Remove IPFabric VM
Some checks failed
Terraform Deploy / Validate (push) Has been cancelled
Terraform Deploy / Plan (push) Has been cancelled
Terraform Deploy / Apply (push) Has been cancelled

This commit is contained in:
darnodo
2025-12-20 14:50:02 +01:00
parent 1fa826ae7a
commit 03fbc40de2

View File

@@ -42,15 +42,6 @@ virtual_machines = {
ip = "192.168.1.161"
gateway = "192.168.1.254"
tags = ["netlab"]
},
"ipfabric" = {
os = "ipfabric"
cores = 8
memory = 16384
disk_gb = 128
ip = "192.168.1.162"
gateway = "192.168.1.254"
tags = ["ipfabric", "netlab"]
}
}