-
Notifications
You must be signed in to change notification settings - Fork 472
Description
Configuration
# Copy-paste your Terraform configuration hereWas trying to deploy databricks apps with databricks terraform provider version 1.95.0
Expected Behavior
It should deploy databricks apps without any issue.
Actual Behavior
It failed with error.
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to databricks_app.test_app, provider
│ "provider["registry.terraform.io/databricks/databricks"].databricks_metastore"
│ produced an unexpected new value: .resources: was
│ cty.ListValEmpty(cty.Object(map[string]cty.Type{"description":cty.String,
│ "job":cty.Object(map[string]cty.Type{"id":cty.String,
│ "permission":cty.String}), "name":cty.String,
│ "secret":cty.Object(map[string]cty.Type{"key":cty.String,
│ "permission":cty.String, "scope":cty.String}),
│ "serving_endpoint":cty.Object(map[string]cty.Type{"name":cty.String,
│ "permission":cty.String}),
│ "sql_warehouse":cty.Object(map[string]cty.Type{"id":cty.String,
│ "permission":cty.String}),
│ "uc_securable":cty.Object(map[string]cty.Type{"permission":cty.String,
│ "securable_full_name":cty.String, "securable_type":cty.String})})), but now
│ null.
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
Steps to Reproduce
Was deploying databricks apps with normal configuration of sql-warehouse, serving-endpoint and job
Terraform and provider versions
Terraform : 1.12.2
Databricks Terraform Provider : 1.95.0
Is it a regression?
It was working in databricks terraform provider version 1.82.0