Increase IP Fabric VM disk size to 64GB
Some checks failed
Terraform Deploy / Validate (push) Successful in 5s
Terraform Deploy / Plan (push) Successful in 4s
Terraform Deploy / Apply (push) Failing after 2m24s

This commit is contained in:
Damien
2026-06-21 12:58:30 +02:00
parent d0e49254ab
commit eee527a9bc

View File

@@ -47,7 +47,7 @@ virtual_machines = {
os = "ipfabric"
cores = 16
memory = 32768
disk_gb = 32
disk_gb = 64
ip = "192.168.1.162"
gateway = "192.168.1.254"
tags = ["ipfabric"]