Skip to content

Update minimum supported Terraform version in README.md #4683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 7, 2025
Merged

Conversation

mgyucht
Copy link
Contributor

@mgyucht mgyucht commented May 1, 2025

Changes

Currently, the minimum supported version of terraform with the Databricks TF Provider is documented as v1.0. However, there is an issue with too-strict validation of resources using SDKv2. This updates the guidance for customers to use terraform from v1.1.5, which mitigates this issue. Generally, new resources will be implemented using the Plugin Framework, which does have strict enforcement of these bugs. Over time, we will migrate resources to use the plugin framework, and when we do so, we will need to address them, but for now, the status quo is that they are tolerated. By using v1.1.5 and later, this will not result in errors in plan/apply steps.

Tests

No tests needed, this is a docs-only change.

@mgyucht mgyucht temporarily deployed to test-trigger-is May 1, 2025 13:36 — with GitHub Actions Inactive
@mgyucht mgyucht temporarily deployed to test-trigger-is May 1, 2025 13:37 — with GitHub Actions Inactive
@mgyucht mgyucht marked this pull request as ready for review May 1, 2025 13:59
@mgyucht mgyucht requested review from a team as code owners May 1, 2025 13:59
@mgyucht mgyucht requested review from hectorcast-db and removed request for a team May 1, 2025 13:59
@mgyucht mgyucht enabled auto-merge May 1, 2025 14:00
@mgyucht mgyucht temporarily deployed to test-trigger-is May 1, 2025 14:00 — with GitHub Actions Inactive
@mgyucht mgyucht temporarily deployed to test-trigger-is May 1, 2025 14:00 — with GitHub Actions Inactive
Copy link

github-actions bot commented May 1, 2025

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger:
go/deco-tests-run/terraform

Inputs:

  • PR number: 4683
  • Commit SHA: 91f6d42b2fdc27fdfe609c4f5545d2c6168a68e0

Checks will be approved automatically on success.

@mgyucht mgyucht added this pull request to the merge queue May 7, 2025
Merged via the queue into main with commit 329ae58 May 7, 2025
12 checks passed
@mgyucht mgyucht deleted the doc/tf-version branch May 7, 2025 04:50
deco-sdk-tagging bot added a commit that referenced this pull request May 8, 2025
## Release v1.77.0

### New Features and Improvements

 * Add `databricks_disable_legacy_features_setting` account-level resource ([#4676](#4676))
 * Update Databricks SDK to v0.68.0 ([#4694](#4694)).

### Documentation

 * Document minimum required Terraform version as 1.1.5 ([#4683](#4683)).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants