Add admin-vm-01 for FDE project (4 vCPU, 16GB RAM, 200GB disk)
Some checks failed
PR Checks / tofu-checks (pull_request) Failing after 3s
1/1 projects applied successfully.

This commit is contained in:
Claude AI 2026-02-13 19:57:26 +01:00
parent ea5c39bd9c
commit 6857f9734f

View File

@ -7,7 +7,16 @@
# Cloud image dependency: proxmox_virtual_environment_download_file.ubuntu_2404_cloud (in main.tf)
locals {
tenant_vms = {}
tenant_vms = {
"admin-vm-01" = {
vm_id = 201
cpu_cores = 4
ram_mb = 16384
disk_gb = 200
public_ip = "185.47.204.227"
password = "pyKjbHWpFba25EUIq4i9ew"
}
}
}
module "tenant_vm" {