Files
tp_re20_terraform/providers.tf
T
n005char@gmail.com fa588a40fe first
2026-05-05 12:26:00 +03:00

14 lines
226 B
Terraform

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.105.0"
}
}
}
provider "proxmox" {
endpoint = var.pve_api_endpoint
api_token = var.pve_api_token
insecure = true
}