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

16 lines
274 B
HCL

terraform {
required_providers {
talos = {
source = "siderolabs/talos"
version = "0.9.0"
}
proxmox = {
source = "bpg/proxmox"
version = "0.85.1"
}
time = {
source = "hashicorp/time"
version = "0.11.1"
}
}
}