Skip to content

Commit

Permalink
Downgrade Terraform CLI to 1.2.1
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
  • Loading branch information
ulucinar committed Aug 15, 2023
1 parent f689969 commit 8cc1728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8cc1728

Please sign in to comment.