0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00
terraform-provider-proxmox/example/versions.tf
2021-02-13 02:46:29 +01:00

17 lines
276 B
HCL

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