terraform: increase monitoring02 disk to 60G
Some checks failed
Run nix flake check / flake-check (push) Failing after 11m8s

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 19:23:40 +01:00
parent 0b977808ca
commit 9ffdd4f862

View File

@@ -83,7 +83,7 @@ locals {
ip = "10.69.13.24/24" ip = "10.69.13.24/24"
cpu_cores = 4 cpu_cores = 4
memory = 4096 memory = 4096
disk_size = "20G" disk_size = "60G"
vault_wrapped_token = "s.uXpdoGxHXpWvTsGbHkZuq1jF" vault_wrapped_token = "s.uXpdoGxHXpWvTsGbHkZuq1jF"
} }
} }