Files
k8s/00-infrastructure/01-tofu/talos/providers.tf

16 lines
278 B
HCL

terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = ">=0.81.0"
}
talos = {
source = "siderolabs/talos"
version = ">=0.8.1"
}
http = {
source = "hashicorp/http"
version = ">=3.4.5"
}
}
}