Merge pull request 'Add VM 201 for FDE project' (#60) from admin-vm-201 into main

This commit is contained in:
admin 2026-02-13 19:32:41 +01:00
commit d2863dda3c

View File

@ -7,7 +7,17 @@
# Cloud image dependency: proxmox_virtual_environment_download_file.ubuntu_2404_cloud (in main.tf)
locals {
tenant_vms = {}
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
}
}
}
module "tenant_vm" {