0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 10:33:46 +00:00
terraform-provider-proxmox/example/versions.tf
renovate[bot] f1ce62eeeb
chore(docs): update terraform local (2.5.1 → 2.5.2) (#1535)
| datasource         | package         | from  | to    |
| ------------------ | --------------- | ----- | ----- |
| terraform-provider | hashicorp/local | 2.5.1 | 2.5.2 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-14 11:33:14 -04:00

16 lines
244 B
HCL

terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.2"
}
tls = {
source = "hashicorp/tls"
version = "4.0.6"
}
proxmox = {
source = "bpg/proxmox"
}
}
}