vm-bot: create vm-202
Some checks failed
AI Review / AI Code Review (pull_request) Successful in 2s
PR Checks / OpenTofu Validate & Policy (pull_request) Failing after 8s
Security Scan / Security Scan (pull_request) Successful in 10s
1/1 projects applied successfully.

This commit is contained in:
claude 2026-02-15 12:56:22 +01:00
parent 180996d337
commit 9240655882

View File

@ -15,6 +15,14 @@ locals {
ram_mb = 4096
disk_gb = 50
}
"vm-202" = {
vm_id = 202
public_ip = "185.47.204.228"
password = "uLy3oyOAeqIZ3zeM"
ram_mb = 4096
disk_gb = 50
}
}
}