0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 13:33:58 +00:00
terraform-provider-proxmox/example/versions.tf

15 lines
230 B
HCL

terraform {
required_providers {
local = {
source = "hashicorp/local"
}
proxmox = {
source = "danitso/proxmox"
}
tls = {
source = "hashicorp/tls"
}
}
required_version = ">= 0.13"
}