Skip to content
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

[ISSUE] Issue with databricks_budget resource #4553

Open
portoedu opened this issue Mar 5, 2025 · 0 comments
Open

[ISSUE] Issue with databricks_budget resource #4553

portoedu opened this issue Mar 5, 2025 · 0 comments

Comments

@portoedu
Copy link

portoedu commented Mar 5, 2025

Expected Behavior

To change the tag in the current databricks budget.

Actual Behavior

Changing a tag causes the budget ID to change as well and as a result terraform cannot find the old budget with the old ID and we get an error in the apply.
The resource ID in the terraform state is the account ID + Budget ID, the budget ID should not be changed after a terraform apply.

Steps to Reproduce

  1. Create a databricks budget using terraform
  2. Change the tag.

Terraform and provider versions

terraform {
  required_providers {
    databricks = {
      source  = "databricks/databricks"
      version = "~> 1.69.0"
    }
  }
}

Is it a regression?

No

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

No branches or pull requests

1 participant