mirror of
https://github.com/optim-enterprises-bv/terraform-talos.git
synced 2025-10-29 09:32:39 +00:00
10 lines
148 B
HCL
10 lines
148 B
HCL
terraform {
|
|
required_providers {
|
|
proxmox = {
|
|
source = "bpg/proxmox"
|
|
version = "0.66.3"
|
|
}
|
|
}
|
|
required_version = ">= 1.0"
|
|
}
|