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

17 lines
272 B
HCL

terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.2.2"
}
proxmox = {
source = "bpg/proxmox"
version = "9999.0.0"
}
tls = {
source = "hashicorp/tls"
version = "3.1.0"
}
}
}