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
[Exporter] Added support for databricks_budget_policy resource (#5217)
## Changes
<!-- Summary of your changes that are easy to understand -->
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [x] using Go SDK
- [x] using TF Plugin Framework
- [x] has entry in `NEXT_CHANGELOG.md` file
Co-authored-by: Omer Lachish <289488+rauchy@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/guides/experimental-exporter.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ Services could be specified in combination with predefined aliases (`all` - for
175
175
*`access` - **listing**[databricks_permissions](../resources/permissions.md), [databricks_instance_profile](../resources/instance_profile.md), [databricks_ip_access_list](../resources/ip_access_list.md), and [databricks_access_control_rule_set](../resources/access_control_rule_set.md). *Please note that for `databricks_permissions` we list only `authorization = "tokens"`, the permissions for other objects (notebooks, ...) will be emitted when corresponding objects are processed!*
176
176
*`alerts` - **listing**[databricks_alert](../resources/alert.md) and [databricks_alert_v2](../resources/alert_v2.md).
177
177
*`apps` - **listing**[databricks_app](../resources/app.md) and [databricks_apps_settings_custom_template](../resources/apps_settings_custom_template.md).
*`directories` - **listing**[databricks_directory](../resources/directory.md). *Please note that directories aren't listed when running in the incremental mode! Only directories with updated notebooks will be emitted.*
@@ -249,6 +249,7 @@ Exporter aims to generate HCL code for most of the resources within the Databric
249
249
|[databricks_apps_settings_custom_template](../resources/apps_settings_custom_template.md)| Yes | No | Yes | No |
250
250
|[databricks_artifact_allowlist](../resources/artifact_allowlist.md)| Yes | No | Yes | No |
251
251
|[databricks_budget](../resources/budget.md)| Yes | Yes | No | Yes |
252
+
|[databricks_budget_policy](../resources/budget_policy.md)| Yes | Yes | No | Yes |
252
253
|[databricks_catalog](../resources/catalog.md)| Yes | Yes | Yes | No |
253
254
|[databricks_cluster](../resources/cluster.md)| Yes | No | Yes | No |
254
255
|[databricks_cluster_policy](../resources/cluster_policy.md)| Yes | No | Yes | No |
0 commit comments