0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-29 18:21:10 +00:00
terraform-provider-proxmox/example/versions.tf
Pavel Boldyrev 914631f58b
fix(build): Fix make example-init for TF 1.4 (#262)
* fix(build): Fix make example-init for TF 1.4

* add 1.4.2 to versions list
2023-03-16 22:09:41 -04:00

16 lines
245 B
HCL

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