Closed
Conversation
shreyas-goenka
approved these changes
Jun 12, 2025
denik
approved these changes
Jun 12, 2025
Contributor
denik
left a comment
There was a problem hiding this comment.
Surprised nothing breaks :)
Contributor
|
NEXT_CHANGELOG.md? |
pietern
added a commit
that referenced
this pull request
Jun 18, 2025
## Changes Previously, the CLI would use the Terraform binary at `DATABRICKS_TF_EXEC_PATH` only if the `DATABRICKS_TF_VERSION` environment variable was set and matched the _built-in default version_. It was built such that we could ship all binaries with the VS Code extension to avoid re-downloading (see #1294). This change expands the scope of these variables and makes them composable. Now, you can: 1. Configure `DATABRICKS_TF_VERSION` to override the Terraform version to use 2. Configure `DATABRICKS_TF_EXEC_PATH` to configure the path to an existing Terraform binary If 1 is used alone, the CLI will download the specified version. If 2 is used alone, the CLI will execute the specified binary to confirm that it matches the _built-in default version_. If both are used, the CLI will execute the specified binary to confirm that it matches the specified version. ## Why To allow users to use newer version of the Terraform CLI. ## Tests * Unit tests pass * Integration tests with the latest Terraform version (#3040)
Contributor
Author
|
Superseded by #3069. This gives users more control, while sticking to the existing default. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This change updates the Terraform dependency to 1.12.2 (latest).