Files
server/proxmox/pihole/terraform/terraform.tfvars.example

15 lines
404 B
Plaintext

proxmox_endpoint = "https://192.168.1.1:8006"
proxmox_user = "terraform@pam"
proxmox_password = "secret"
proxmox_node = "pve"
proxmox_ssh_username = "terraform"
proxmox_ssh_privkey_path = "/home/user/.ssh/id_ed25519"
ssh_pubkey_path = "/home/user/.ssh/id_ed25519.pub"
ssh_privkey_path = "/home/user/.ssh/id_ed25519"
vm_address = "192.168.3.1"
vm_cidr = "16"
vm_gateway = "192.168.1.1"