12 lines
583 B
HCL
12 lines
583 B
HCL
pm_api_url = "https://192.168.7.33:8006/api2/json"
|
|
pm_api_token_id = "root@pam!terraform"
|
|
pm_api_token_secret = "e0a2de73-261e-41ff-aeea-5e208ed5c2e1"
|
|
node = "mk33"
|
|
# vmid_base is passed via TF_VAR_vmid_base or -var at runtime
|
|
# lxc_count is passed via TF_VAR_lxc_count or -var at runtime
|
|
gateway = "192.168.18.1"
|
|
dns_servers = ["192.168.7.7", "192.168.18.1", "1.1.1.1"]
|
|
ssh_key_path = "artemis_key.pub"
|
|
template_file_id = "nas-ct-stor:vztmpl/debian-12-standard_12.12-1_amd64.tar.zst"
|
|
password = "ubuntu"
|