You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Terraform and provider versions
Is it a regression?
No
The text was updated successfully, but these errors were encountered: