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
renovate[bot] 29d60f5932
chore(docs): update terraform local (2.4.1 → 2.5.1) (#1116)
| datasource         | package         | from  | to    |
| ------------------ | --------------- | ----- | ----- |
| terraform-provider | hashicorp/local | 2.4.1 | 2.5.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 20:53:51 -04:00

16 lines
244 B
HCL

terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
}
tls = {
source = "hashicorp/tls"
version = "4.0.5"
}
proxmox = {
source = "bpg/proxmox"
}
}
}