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

12 lines
194 B
HCL

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.86.0"
}
http = {
source = "hashicorp/http"
version = "3.5.0"
}
}
}