dump
Some checks failed
Test / tests (push) Failing after 16m54s
/ OpenTofu (push) Successful in 17s

This commit is contained in:
plasmagoat 2025-11-18 20:00:39 +01:00
parent 6ba25b90a9
commit 0f49c6c37c
35 changed files with 747 additions and 120 deletions

View file

@ -9,5 +9,5 @@ module "sandbox_vm" {
# You can override any default variable here:
# cpu_cores = 4
# memory = 2048
# disk_size = "10G"
disk_size = "10G"
}