infrastructure/pve01.wheatley.in/templates/talos/providers.tf

13 lines
194 B
Terraform
Raw Normal View History

2025-11-15 20:49:31 +01:00
terraform {
required_providers {
proxmox = {
source = "bpg/proxmox"
version = "0.86.0"
}
2025-11-27 16:37:46 +01:00
http = {
source = "hashicorp/http"
version = "3.5.0"
}
2025-11-15 20:49:31 +01:00
}
}