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 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>
This commit is contained in:
renovate[bot] 2025-04-24 03:11:53 +00:00 committed by GitHub
parent d46399024f
commit 2de77b6a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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