We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
default_data_access_config_id
databricks_metastore
1 parent b5db00e commit a0921abCopy full SHA for a0921ab
catalog/resource_metastore.go
@@ -22,7 +22,7 @@ func NewMetastoresAPI(ctx context.Context, m any) MetastoresAPI {
22
type MetastoreInfo struct {
23
Name string `json:"name"`
24
StorageRoot string `json:"storage_root" tf:"force_new"`
25
- DefaultDacID string `json:"default_data_access_config_id,omitempty"`
+ DefaultDacID string `json:"default_data_access_config_id,omitempty" tf:"suppress_diff"`
26
Owner string `json:"owner,omitempty" tf:"computed"`
27
MetastoreID string `json:"metastore_id,omitempty" tf:"computed"`
28
WorkspaceIDs []int64 `json:"workspace_ids,omitempty" tf:"computed"`
0 commit comments