vm-bot: create vm-201
Some checks failed
1/1 projects applied successfully.
PR Checks / tofu-checks (pull_request) Failing after 12m16s

This commit is contained in:
claude 2026-02-14 10:34:55 +01:00
parent a58f11eaf3
commit 4a48899230

View File

@ -8,6 +8,13 @@
locals {
tenant_vms = {
"vm-201" = {
vm_id = 201
public_ip = "185.47.204.227"
password = "9jv3EpxH44Zl5uPt"
ram_mb = 4096
disk_gb = 50
}
}
}