0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-06 05:53:58 +00:00
terraform-provider-proxmox/example/versions.tf
renovate[bot] c116db592b
chore(deps): update terraform local (2.2.2 → 2.4.1) (#902)
| datasource         | package         | from  | to    |
| ------------------ | --------------- | ----- | ----- |
| terraform-provider | hashicorp/local | 2.2.2 | 2.4.1 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-16 04:28:11 +00:00

16 lines
244 B
HCL

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