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 (3.4.0 → 4.0.5) in docs (#908)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-16 00:25:36 -05:00 committed by GitHub
parent e0e281d5c1
commit 9e7d7d17cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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