Skip to content

Commit

Permalink
Upgraded Terraform. Assumes no Swift state backend. See this for deta…
Browse files Browse the repository at this point in the history
  • Loading branch information
Colan Schwartz committed Sep 30, 2022
1 parent d715f8f commit ae19303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/tools/hashicorp/terraform.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform_NAME ?= terraform
terraform_RELEASE ?= 0.12.21
terraform_RELEASE ?= 1.3.1
terraform_FILENAME ?= $(terraform_NAME)_$(terraform_RELEASE)_linux_amd64.zip
terraform_DOWNLOAD_URL ?= https://releases.hashicorp.com/terraform/$(terraform_RELEASE)/$(terraform_FILENAME)

Expand Down

0 comments on commit ae19303

Please sign in to comment.