0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-03 03:52:58 +00:00
terraform-provider-proxmox/example/versions.tf
2021-09-09 12:20:19 -04:00

17 lines
272 B
HCL

terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.0.0"
}
proxmox = {
source = "bpg/proxmox"
version = "9999.0.0"
}
tls = {
source = "hashicorp/tls"
version = "3.0.0"
}
}
}