-
Notifications
You must be signed in to change notification settings - Fork 495
Open
Description
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
- Create a databricks budget using terraform
- Change the tag.
Terraform and provider versions
terraform {
required_providers {
databricks = {
source = "databricks/databricks"
version = "~> 1.69.0"
}
}
}
Is it a regression?
No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels