Skip to content

Commit

Permalink
Update GNUmakefile
Browse files Browse the repository at this point in the history
Add OpenTofu env vars for testing
  • Loading branch information
alexhung authored Aug 20, 2024
1 parent d8bc1ae commit c0ede61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ REGISTRY_HOST=registry.terraform.io

ifeq ($(TERRAFORM_CLI), tofu)
REGISTRY_HOST=registry.opentofu.org
TF_ACC_TERRAFORM_PATH="$(which tofu)"
TF_ACC_PROVIDER_HOST="registry.opentofu.org"
endif

BUILD_PATH=terraform.d/plugins/${REGISTRY_HOST}/jfrog/${PRODUCT}/${NEXT_VERSION}/${TARGET_ARCH}
Expand Down

0 comments on commit c0ede61

Please sign in to comment.