var correction

This commit is contained in:
Tomás Limpinho
2025-08-20 15:48:08 +01:00
parent b4e66758ac
commit 81f5db6516

View File

@ -1,7 +1,7 @@
provider "proxmox" { provider "proxmox" {
endpoint = var.virtual_environment_endpoint endpoint = var.proxmox_server
api_token = var.virtual_environment_token api_token = var.proxmox_apikey
ssh { ssh {
agent = true agent = true
username = "terraform" username = "terraform"