From 5cffafc26e3d9e7b668cd53232c78006f757faea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 23:47:43 +0000 Subject: [PATCH] =?UTF-8?q?chore(docs):=20update=20terraform=20proxmox=20(?= =?UTF-8?q?0.43.2=20=E2=86=92=200.43.3)=20(#919)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ------------------ | ----------- | ------ | ------ | | terraform-provider | bpg/proxmox | 0.43.2 | 0.43.3 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- howtos/cloud-image/centos-qcow2/provider.tf | 2 +- howtos/cloud-image/debian-from-storage/provider.tf | 2 +- howtos/cloud-image/ubuntu-img/provider.tf | 2 +- howtos/cloud-init/native/provider.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/howtos/cloud-image/centos-qcow2/provider.tf b/howtos/cloud-image/centos-qcow2/provider.tf index 236796aa..407bda81 100644 --- a/howtos/cloud-image/centos-qcow2/provider.tf +++ b/howtos/cloud-image/centos-qcow2/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.2" + version = "0.43.3" } } } diff --git a/howtos/cloud-image/debian-from-storage/provider.tf b/howtos/cloud-image/debian-from-storage/provider.tf index 236796aa..407bda81 100644 --- a/howtos/cloud-image/debian-from-storage/provider.tf +++ b/howtos/cloud-image/debian-from-storage/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.2" + version = "0.43.3" } } } diff --git a/howtos/cloud-image/ubuntu-img/provider.tf b/howtos/cloud-image/ubuntu-img/provider.tf index 236796aa..407bda81 100644 --- a/howtos/cloud-image/ubuntu-img/provider.tf +++ b/howtos/cloud-image/ubuntu-img/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.2" + version = "0.43.3" } } } diff --git a/howtos/cloud-init/native/provider.tf b/howtos/cloud-init/native/provider.tf index 236796aa..407bda81 100644 --- a/howtos/cloud-init/native/provider.tf +++ b/howtos/cloud-init/native/provider.tf @@ -2,7 +2,7 @@ terraform { required_providers { proxmox = { source = "bpg/proxmox" - version = "0.43.2" + version = "0.43.3" } } }