25 lines
559 B
HCL
25 lines
559 B
HCL
proxmox_endpoint = "https://185.78.29.7:8006/api2/json"
|
|
proxmox_token_id = "terraform@pve!tf"
|
|
proxmox_token_secret = "API_TOKEN"
|
|
|
|
master_vmid_start = 4000
|
|
worker_vmid_start = 4010
|
|
|
|
|
|
master_cpu = 2
|
|
master_memory = 2048
|
|
master_disk = 20
|
|
master_datastore = "local"
|
|
|
|
worker_cpu = 2
|
|
worker_memory = 4096
|
|
worker_disk = 30
|
|
worker_datastore = "local"
|
|
|
|
image_datastore = "local"
|
|
image_file = "import/ubuntu-24.qcow2"
|
|
cluster_gateway = "10.10.10.1"
|
|
network_base = "10.10.10"
|
|
network_cidr = "24"
|
|
cluster_ip_start = 40
|