test: add testvm01 for pipeline testing

This commit is contained in:
2026-02-01 16:38:13 +01:00
parent 83de9a3ffb
commit 7fe0aa0f54
4 changed files with 89 additions and 0 deletions

View File

@@ -31,6 +31,13 @@ locals {
# Example Minimal VM using all defaults (uncomment to deploy):
# "minimal-vm" = {}
# "bootstrap-verify-test" = {}
"testvm01" = {
ip = "10.69.13.101/24"
cpu_cores = 2
memory = 2048
disk_size = "20G"
flake_branch = "pipeline-testing-improvements"
}
}
# Compute VM configurations with defaults applied