infrastructure/pve01.wheatley.in/templates/talos/providers.tf

9 lines
118 B
Terraform
Raw Normal View History

2025-11-15 20:49:31 +01:00
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.86.0"
}
}
}