Skip to content

Commit a0921ab

Browse files
authored
Added suppress diff to default_data_access_config_id in databricks_metastore (#2111)
1 parent b5db00e commit a0921ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalog/resource_metastore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func NewMetastoresAPI(ctx context.Context, m any) MetastoresAPI {
2222
type MetastoreInfo struct {
2323
Name string `json:"name"`
2424
StorageRoot string `json:"storage_root" tf:"force_new"`
25-
DefaultDacID string `json:"default_data_access_config_id,omitempty"`
25+
DefaultDacID string `json:"default_data_access_config_id,omitempty" tf:"suppress_diff"`
2626
Owner string `json:"owner,omitempty" tf:"computed"`
2727
MetastoreID string `json:"metastore_id,omitempty" tf:"computed"`
2828
WorkspaceIDs []int64 `json:"workspace_ids,omitempty" tf:"computed"`

0 commit comments

Comments
 (0)