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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,7 @@ Services are just logical groups of resources used for filtering and organizatio
77
77
*`sql-endpoints` - **listing**[databricks_sql_endpoint](../resources/sql_endpoint.md) along with [databricks_sql_global_config](../resources/sql_global_config.md).
*`storage` - only [databricks_dbfs_file](../resources/dbfs_file.md) referenced in other resources (libraries, init scripts, ...) will be downloaded locally and properly arranged into terraform state.
80
+
*`uc-artifact-allowlist` - exports [databricks_artifact_allowlist](../resources/artifact_allowlist.md) resources for Unity Catalog Allow Lists attached to the current metastore.
80
81
*`uc-system-schemas` - exports [databricks_system_schema](../resources/system_schema.md) resources for the UC metastore of the current workspace.
81
82
*`users` - [databricks_user](../resources/user.md) and [databricks_service_principal](../resources/service_principal.md) are written to their own file, simply because of their amount. If you use SCIM provisioning, migrating workspaces is the only use case for importing `users` service.
82
83
*`workspace` - [databricks_workspace_conf](../resources/workspace_conf.md) and [databricks_global_init_script](../resources/global_init_script.md)
@@ -101,6 +102,7 @@ Exporter aims to generate HCL code for most of the resources within the Databric
101
102
| Resource | Generated code | Incremental |
102
103
| --- | --- | --- |
103
104
|[databricks_access_control_rule_set](../resources/access_control_rule_set.md)| Yes | No |
105
+
|[databricks_artifact_allowlist](../resources/artifact_allowlist.md)| Yes | No |
104
106
|[databricks_cluster](../resources/cluster.md)| Yes | No |
105
107
|[databricks_cluster_policy](../resources/cluster_policy.md)| Yes | No |
106
108
|[databricks_dbfs_file](../resources/dbfs_file.md)| Yes | No |
0 commit comments