mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
Picking sides No real functional change except the cute tofu icon in my IDE instead of the purple T
17 lines
279 B
HCL
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"
|
|
}
|
|
}
|
|
}
|