Skip to content

Commit 729a36e

Browse files
authored
Add notebooks to list of exporter services doc (#1276)
1 parent 6aa9571 commit 729a36e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/guides/experimental-exporter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,10 @@ Services are just logical groups of resources used for filtering and organizatio
5353
* `jobs` - **listing** [databricks_job](../resources/job.md). Usually there are more automated jobs, than interactive clusters, so they get their own file in this tool's output.
5454
* `access` - [databricks_permissions](../resources/permissions.md) and [databricks_instance_profile](../resources/instance_profile.md).
5555
* `secrets` - **listing** [databricks_secret_scope](../resources/secret_scope.md) along with [keys](../resources/secret.md) and [ACLs](../resources/secret_acl.md).
56-
* `storage` - any [databricks_dbfs_file](../resources/dbfs_file.md) will be downloaded locally and propertly arranged into terraform state.
56+
* `storage` - any [databricks_dbfs_file](../resources/dbfs_file.md) will be downloaded locally and properly arranged into terraform state.
5757
* `mounts` - works only in combination with `-mounts`.
58+
* `notebooks` - [databricks_notebook](../resources/notebook.md)
59+
* `workspace` - [databricks_workspace_conf](../resources/workspace_conf.md) and [databricks_global_init_script](../resources/global_init_script.md)
5860

5961
## Secrets
6062

0 commit comments

Comments
 (0)