vm-bot: create vm-201
Some checks failed
1/1 projects applied successfully.
PR Checks / tofu-checks (pull_request) Failing after 12m16s
Some checks failed
1/1 projects applied successfully.
PR Checks / tofu-checks (pull_request) Failing after 12m16s
This commit is contained in:
parent
a58f11eaf3
commit
4a48899230
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user