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
renovate[bot] 10cda1f257
chore(docs): update terraform local (2.5.2 → 2.5.3) (#1964)
| datasource         | package         | from  | to    |
| ------------------ | --------------- | ----- | ----- |
| terraform-provider | hashicorp/local | 2.5.2 | 2.5.3 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-05-14 02:08:42 +00:00

16 lines
244 B
HCL

terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.3"
}
tls = {
source = "hashicorp/tls"
version = "4.1.0"
}
proxmox = {
source = "bpg/proxmox"
}
}
}