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
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.*
@@ -247,6 +247,7 @@ Exporter aims to generate HCL code for most of the resources within the Databric
247
247
|[databricks_apps_settings_custom_template](../resources/apps_settings_custom_template.md)| Yes | No | Yes | No |
248
248
|[databricks_artifact_allowlist](../resources/artifact_allowlist.md)| Yes | No | Yes | No |
249
249
|[databricks_budget](../resources/budget.md)| Yes | Yes | No | Yes |
250
+
|[databricks_budget_policy](../resources/budget_policy.md)| Yes | Yes | No | Yes |
250
251
|[databricks_catalog](../resources/catalog.md)| Yes | Yes | Yes | No |
251
252
|[databricks_cluster](../resources/cluster.md)| Yes | No | Yes | No |
252
253
|[databricks_cluster_policy](../resources/cluster_policy.md)| Yes | No | Yes | No |
0 commit comments