From fa15ef74c4262d017ce0a4d481886a83417071fd Mon Sep 17 00:00:00 2001 From: zheng Date: Fri, 21 Jul 2023 18:02:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45dbf90..7cf315f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ export TERRAFORM_PROVIDER_SOURCE ?= Telmate/proxmox export TERRAFORM_PROVIDER_REPO ?= https://github.com/Telmate/terraform-provider-proxmox export TERRAFORM_PROVIDER_VERSION ?= 2.9.14 export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-proxmox -export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://github.com/Telmate/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/releases/download/$(TERRAFORM_PROVIDER_VERSION) +export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://github.com/Telmate/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/releases/download/v$(TERRAFORM_PROVIDER_VERSION) export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-proxmox_v2.9.14 export TERRAFORM_DOCS_PATH ?= docs/resources