21 lines
609 B
Plaintext
21 lines
609 B
Plaintext
proxmox_endpoint = "https://10.0.50.110:8006/"
|
|
proxmox_insecure = true
|
|
proxmox_api_token_file = ".secrets/api_token"
|
|
proxmox_node_name = "rbmk2"
|
|
# Set this to Ubuntu 22.04 cloud-init template VMID.
|
|
proxmox_template_vm_id = 9000
|
|
proxmox_datastore_id = "local-lvm"
|
|
proxmox_bridge = "vmbr0"
|
|
|
|
vm_name = "terraform-testvm-1"
|
|
vm_id = 104
|
|
vm_cpu_sockets = 1
|
|
vm_cpu_cores = 4
|
|
vm_memory_mb = 8192
|
|
vm_ipv4_cidr = "10.1.50.125/24"
|
|
vm_gateway = "10.1.50.1"
|
|
vm_ssh_username = "devops"
|
|
vm_ssh_port = 42315
|
|
|
|
vm_ssh_public_key = "ssh-ed25519 AAAA... your-key-comment"
|