Updated terraform configurations

This commit is contained in:
git
2026-04-20 22:23:20 +10:00
parent b6d2e4ee62
commit b422a55c02
19 changed files with 845 additions and 66 deletions
@@ -4,8 +4,8 @@ provider "proxmox" {
endpoint = var.proxmox_endpoint
insecure = var.proxmox_insecure
username = var.proxmox_username
password = var.proxmox_password
# username = var.proxmox_username
# password = var.proxmox_password
api_token = var.proxmox_api_token
api_token = "${var.proxmox_api_token_id}=${var.proxmox_api_token_secret}"
}