0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-06-30 02:31:10 +00:00

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>
This commit is contained in:
renovate[bot] 2024-09-14 11:33:14 -04:00 committed by GitHub
parent a89cfbf045
commit f1ce62eeeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
local = {
source = "hashicorp/local"
version = "2.5.1"
version = "2.5.2"
}
tls = {
source = "hashicorp/tls"