0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +00:00

chore(docs): update terraform tls (4.0.5 → 4.0.6) (#1536)

| datasource         | package       | from  | to    |
| ------------------ | ------------- | ----- | ----- |
| terraform-provider | hashicorp/tls | 4.0.5 | 4.0.6 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-09-14 11:32:59 -04:00 committed by GitHub
parent f4ee6291cc
commit a89cfbf045
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ terraform {
}
tls = {
source = "hashicorp/tls"
version = "4.0.5"
version = "4.0.6"
}
proxmox = {
source = "bpg/proxmox"