Skip to content

Commit

Permalink
Update Linode Terraform version to 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eljohnson92 committed Jul 25, 2023
1 parent ca9cf13 commit 0e6db10
Show file tree
Hide file tree
Showing 35 changed files with 199 additions and 1,646 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ PROJECT_REPO := github.com/linode/$(PROJECT_NAME)

export TERRAFORM_VERSION := 1.3.3
export TERRAFORM_PROVIDER_SOURCE := linode/linode
export TERRAFORM_PROVIDER_VERSION := 2.0.0
export TERRAFORM_PROVIDER_VERSION := 2.5.2
export TERRAFORM_PROVIDER_DOWNLOAD_NAME := terraform-provider-linode
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-linode_v2.0.0
export TERRAFORM_NATIVE_PROVIDER_BINARY := terraform-provider-linode_v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_PROVIDER_REPO := https://github.com/linode/terraform-provider-linode
export TERRAFORM_DOCS_PATH := website/docs/r

Expand Down
Loading

0 comments on commit 0e6db10

Please sign in to comment.