Update terraform/providers.tf

This commit is contained in:
2026-02-14 23:19:21 +01:00
parent 88078a88a3
commit 8195b5f951

View File

@@ -10,6 +10,6 @@ terraform {
provider "proxmox" {
pm_api_url = "https://192.168.178.8:8006/api2/json"
pm_api_token_id = "terraform@pve!terrform"
pm_api_token_secret = "8707ada7-2887-4c48-a06b-ff0346e01a4b"
pm_api_token_secret = TF_VAR_proxmox_token_secret
pm_tls_insecure = true
}