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
## Changes
- Populate missing ids when importing `databricks_entitlements`
resource. Resolve#3856
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
---------
Co-authored-by: Alex Ott <alexott@gmail.com>
Configuration
Expected Behavior
Terraform plan intends to imports both resources without having to redeploy either.
Actual Behavior
Terraform plan correctly intends to import
databricks_permission_assignment
with no changes and therefore no need to redeploy.However it lists property
group_id
ofdatabricks_entitlements
as being new and forcing redeployment ofdatabricks_entitlements
.Steps to Reproduce
Terraform and provider versions
databricks/databricks v1.49.1
Terraform v1.9.3
Is it a regression?
No. This is the first time I try to import a
databricks_entitlements
resource.Debug Output
Important Factoids
Would you like to implement a fix?
The text was updated successfully, but these errors were encountered: