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" {
endpoint = var.virtual_environment_endpoint
api_token = var.virtual_environment_token
endpoint = var.proxmox_server
api_token = var.proxmox_apikey
ssh {
agent = true
username = "terraform"