Quantcast
Channel: Terraform - HashiCorp Discuss
Viewing all articles
Browse latest Browse all 11369

Repeating making VMs on proxmox

$
0
0

I use proxmox and I use template to run VMs on proxmox I have this is my proxmoxserver.tf

module "mysql" {
source = "./modules/proxmox_vm"

name = "mysql"
cpu_cores = 1
memory = 1024
storage_size = 25
}

I want made another vm for myself and another machine for my friends , Do I have to repeat these in proxmoxserver.tf?

I see I can do with toset.

can I use give the json files and it use it to create VMs?

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 11369

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>