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
[Internal] Add client support in CustomizeDiff for SDKv2 resources (#5171)
## Changes
<!-- Summary of your changes that are easy to understand -->
- Pass the DatabricksClient in CustomizeDiff for resources and data
sources
- The client would be used to validate the workspace_id supplied in
provider_config during plan phase.
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- Unit tests
Copy file name to clipboardExpand all lines: NEXT_CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,3 +21,4 @@
21
21
* Initial support for resources implemented with plugin framework ([#5176](https://github.com/databricks/terraform-provider-databricks/pull/5176)).
22
22
23
23
### Internal Changes
24
+
* Add client support in CustomizeDiff for SDKv2 resources and data sources ([#5171](https://github.com/databricks/terraform-provider-databricks/pull/5171)).
0 commit comments