File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Version changelog
22
3+ ## 1.33.0
4+ New Features and Improvements:
5+ * Added support for ownership changes for unity catalog resources ([ #3029 ] ( https://github.com/databricks/terraform-provider-databricks/pull/3029 ) ).
6+
7+ Exporter:
8+ * Ignore workspace assets of deleted users and service principals ([ #2980 ] ( https://github.com/databricks/terraform-provider-databricks/pull/2980 ) ).
9+
310## 1.32.0
411New Features and Improvements:
512 * Improved debugging of errors ([ #744 ] ( https://github.com/databricks/databricks-sdk-go/pull/744 ) )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package common
33import "context"
44
55var (
6- version = "1.32 .0"
6+ version = "1.33 .0"
77 // ResourceName is resource name without databricks_ prefix
88 ResourceName contextKey = 1
99 // Provider is the current instance of provider
You can’t perform that action at this time.
0 commit comments