Merge pull request 'Remove VM 201 (cleanup for fresh test)' (#61) from remove-vm-201 into main
This commit is contained in:
commit
ea5c39bd9c
@ -7,17 +7,7 @@
|
||||
# Cloud image dependency: proxmox_virtual_environment_download_file.ubuntu_2404_cloud (in main.tf)
|
||||
|
||||
locals {
|
||||
tenant_vms = {
|
||||
"201" = {
|
||||
vm_id = 201
|
||||
public_ip = "185.47.204.227"
|
||||
password = "G7k#mP9$xL2@vN4qR8wT"
|
||||
cpu_cores = 4
|
||||
ram_mb = 16384
|
||||
disk_gb = 200
|
||||
started = true
|
||||
}
|
||||
}
|
||||
tenant_vms = {}
|
||||
}
|
||||
|
||||
module "tenant_vm" {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user