18 lines
750 B
HCL
18 lines
750 B
HCL
pm_api_url = "https://192.168.8.119:8006/api2/json"
|
|
pm_api_token_id = "root@pam!terraform"
|
|
# The token secret will be read from environment variable TF_VAR_pm_api_token_secret
|
|
pm_tls_insecure = true # Set to true to skip certificate validation for self-signed certificates
|
|
|
|
# Container configuration
|
|
target_node = "pve"
|
|
#container_hostname = "debian-lxc"
|
|
container_template = "local:vztmpl/debian-13-standard_13.1-2_amd64.tar.zst"
|
|
# Root password will be read from environment variable TF_VAR_container_root_password
|
|
# User password will be read from environment variable TF_VAR_container_user_password
|
|
|
|
# Resources
|
|
container_cores = 1
|
|
container_memory = 1028
|
|
container_storage = "local-lvm"
|
|
container_disk_size = 8
|