From 8cc1728eaf94fd0820541027b77366d1fe3e3027 Mon Sep 17 00:00:00 2001 From: Alper Rifat Ulucinar Date: Tue, 15 Aug 2023 11:45:10 +0300 Subject: [PATCH] Downgrade Terraform CLI to 1.2.1 - We've better studied the performance characteristics of v1.2.1 in the context of the official upjet-based providers. Signed-off-by: Alper Rifat Ulucinar --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b7e5f5a..a9c9cdd 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ PROJECT_NAME ?= upjet-provider-template PROJECT_REPO ?= github.com/upbound/$(PROJECT_NAME) -export TERRAFORM_VERSION ?= 1.3.3 +export TERRAFORM_VERSION ?= 1.2.1 export TERRAFORM_PROVIDER_SOURCE ?= hashicorp/null export TERRAFORM_PROVIDER_REPO ?= https://github.com/hashicorp/terraform-provider-null