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.1.0 → 3.4.0) in docs (#904)

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-01-16 05:01:45 +00:00 committed by GitHub
parent 5d9f41c877
commit 699f19d135
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.1.0"
version = "3.4.0"
}
proxmox = {
source = "bpg/proxmox"