From 699f19d135529eb9772bd0dcacd8169e01abd1d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 05:01:45 +0000 Subject: [PATCH] =?UTF-8?q?chore(docs):=20update=20terraform=20tls=20(3.1.?= =?UTF-8?q?0=20=E2=86=92=203.4.0)=20in=20docs=20(#904)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | 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> --- example/versions.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/versions.tf b/example/versions.tf index 63209978..93c5ba02 100644 --- a/example/versions.tf +++ b/example/versions.tf @@ -6,7 +6,7 @@ terraform { } tls = { source = "hashicorp/tls" - version = "3.1.0" + version = "3.4.0" } proxmox = { source = "bpg/proxmox"