Some checks failed
Gitea Actions Demo / Terraform Plan (push) Failing after 11s
- Replace user/password auth with API token auth - Update provider config to use pm_api_token_id and pm_api_token_secret - Update workflow secrets to use PM_API_TOKEN_ID and PM_API_TOKEN_SECRET - Remove unused pm_user and proxmox_password variables
11 lines
296 B
HCL
11 lines
296 B
HCL
target_node = "flex"
|
|
clone_template = "ubuntu-cloudinit"
|
|
cores = 1
|
|
memory = 1024
|
|
disk_size = "15G"
|
|
sockets = 1
|
|
bridge = "vmbr0"
|
|
storage = "Flash"
|
|
pm_api_url = "https://100.105.0.115:8006/api2/json"
|
|
pm_api_token_id = "terraform-prov@pve!mytoken"
|