Update prod VM disk size to 80GB
All checks were successful
Terraform Deploy / Validate (push) Successful in 5s
Terraform Deploy / Plan (push) Successful in 7s
Terraform Deploy / Apply (push) Successful in 4m0s

This commit is contained in:
Damien
2026-06-21 13:01:37 +02:00
parent eee527a9bc
commit eaa329e70d

View File

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