Files
homelab-v/tofu/kubernetes/talos/providers.tofu
T
Vegard Hagen f47309b3d1 fix(tofu): switching to .tofu extension
Picking sides

No real functional change except the cute tofu icon in my IDE instead of the purple T
2025-04-18 17:19:15 +02:00

17 lines
279 B
HCL

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