Add coder/proxmox-vm/terraform.tfvars
This commit is contained in:
17
coder/proxmox-vm/terraform.tfvars
Normal file
17
coder/proxmox-vm/terraform.tfvars
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
# Proxmox API
|
||||||
|
proxmox_api_url = "https://<PVE_HOST>:8006/api2/json"
|
||||||
|
proxmox_api_token_id = "<USER@REALM>!<TOKEN>"
|
||||||
|
proxmox_api_token_secret = "<SECRET>"
|
||||||
|
|
||||||
|
# SSH to the node (for snippet upload)
|
||||||
|
proxmox_host = "<PVE_HOST>"
|
||||||
|
proxmox_password = "<NODE_ROOT_OR_SUDO_PASSWORD>"
|
||||||
|
proxmox_ssh_user = "root"
|
||||||
|
|
||||||
|
# Infra defaults
|
||||||
|
proxmox_node = "pve"
|
||||||
|
disk_storage = "local-lvm"
|
||||||
|
snippet_storage = "local"
|
||||||
|
bridge = "vmbr0"
|
||||||
|
vlan = 0
|
||||||
|
clone_template_vmid = 999
|
||||||
Reference in New Issue
Block a user