From 5d9f41c877e82a500da212c03cb611d5530f290a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jan 2024 00:00:11 -0500 Subject: [PATCH] =?UTF-8?q?chore(docs):=20update=20terraform=20proxmox=20(?= =?UTF-8?q?0.38.1=20=E2=86=92=200.43.2)=20in=20docs=20(#903)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ------------------ | ----------- | ------ | ------ | | terraform-provider | bpg/proxmox | 0.38.1 | 0.43.2 | 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 345d4a82..236796aa 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.38.1" + version = "0.43.2" } } } diff --git a/howtos/cloud-image/debian-from-storage/provider.tf b/howtos/cloud-image/debian-from-storage/provider.tf index 345d4a82..236796aa 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.38.1" + version = "0.43.2" } } } diff --git a/howtos/cloud-image/ubuntu-img/provider.tf b/howtos/cloud-image/ubuntu-img/provider.tf index 345d4a82..236796aa 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.38.1" + version = "0.43.2" } } } diff --git a/howtos/cloud-init/native/provider.tf b/howtos/cloud-init/native/provider.tf index 345d4a82..236796aa 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.38.1" + version = "0.43.2" } } }