fix: declare providers at project level

This commit is contained in:
2025-07-04 13:53:51 +00:00
parent c524868cf5
commit 4d92a926be
6 changed files with 77 additions and 72 deletions

View File

@@ -5,14 +5,3 @@ terraform {
}
}
}
provider "proxmox" {
endpoint = var.proxmox_endpoint
api_token = var.proxmox_api_token
insecure = false
ssh {
agent = false
private_key = file("~/.ssh/id_ed25519")
username = "root"
}
}