diff --git a/main.tf b/main.tf index e69de29..5a5dfc7 100644 --- a/main.tf +++ b/main.tf @@ -0,0 +1,17 @@ +module "machinetest" { + count = 3 + source = "QJoly/proxmox/module" + version = "0.0.1" + node_name = "master-${count.index}-tf" + node_target = "BETELGEUSE" + node_qemuga = 1 + node_pool = "" + node_size_disk = "32G" + node_bootauto = true + node_template = "" + node_storage_disk = "Haumea" + node_network_host = "vmbr0" + node_notes = "Super-VM for the customer No 01" + node_cpu = 4 + node_memory = 4092 +} \ No newline at end of file