infrastructure/pve01.wheatley.in/k8s-wheatley/providers.tf

12 lines
197 B
HCL

terraform {
required_providers {
talos = {
source = "siderolabs/talos"
version = "0.9.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.86.0"
}
}
}