0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 18:42:58 +00:00
terraform-provider-proxmox/example/versions.tf
renovate[bot] 2de77b6a8e
chore(docs): update terraform tls (4.0.6 → 4.1.0) (#1925)
| datasource         | package       | from  | to    |
| ------------------ | ------------- | ----- | ----- |
| terraform-provider | hashicorp/tls | 4.0.6 | 4.1.0 |

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

16 lines
244 B
HCL

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