Skip to content

Commit 6d6a5ca

Browse files
dmoore247nfx
andauthored
Add exporter support matrix (#1281)
Co-authored-by: Serge Smertin <[email protected]>
1 parent 01d9ced commit 6d6a5ca

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

docs/guides/experimental-exporter.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,43 @@ Services are just logical groups of resources used for filtering and organizatio
6161
## Secrets
6262

6363
For security reasons, [databricks_secret](../resources/secret.md) cannot contain actual plaintext secrets. Importer will create variable in `vars.tf`, that would have the same name as secret. You are supposed to [fill in the value of the secret](https://blog.gruntwork.io/a-comprehensive-guide-to-managing-secrets-in-your-terraform-code-1d586955ace1#0e7d) after that.
64+
65+
## Support Matrix
66+
67+
Exporter aims to generate HCL code for the most of resources within the Databricks workspace:
68+
69+
| Resource | Generated code |
70+
| --- | --- |
71+
| [databricks_cluster](../resources/cluster.md) | Yes |
72+
| [databricks_cluster_policy](../resources/cluster_policy.md) | Yes |
73+
| [databricks_dbfs_file](../resources/dbfs_file.md) | Yes |
74+
| [databricks_global_init_script](../resources/global_init_script.md) | Yes |
75+
| [databricks_group](../resources/group.md) | Yes |
76+
| [databricks_group_instance_profile](../resources/group_instance_profile.md) | Yes |
77+
| [databricks_group_member](../resources/group_member.md) | Yes |
78+
| [databricks_instance_pool](../resources/instance_pool.md) | Yes |
79+
| [databricks_instance_profile](../resources/instance_profile.md) | Yes |
80+
| [databricks_ip_access_list](../resources/ip_access_list.md) | Yes |
81+
| [databricks_job](../resources/job.md) | Yes |
82+
| [databricks_library](../resources/library.md) | No |
83+
| [databricks_mlflow_model](../resources/mlflow_model.md) | No |
84+
| [databricks_mlflow_experiment](../resources/mlflow_experiment.md) | No |
85+
| [databricks_notebook](../resources/notebook.md) | Yes |
86+
| [databricks_obo_token](../resources/obo_token.md) | Not Applicable |
87+
| [databricks_permissions](../resources/permissions.md) | Yes |
88+
| [databricks_pipeline](../resources/pipeline.md) | No |
89+
| [databricks_repo](../resources/repo.md) | Yes |
90+
| [databricks_secret](../resources/secret.md) | Yes |
91+
| [databricks_secret_acl](../resources/secret_acl.md) | Yes |
92+
| [databricks_secret_scope](../resources/secret_scope.md) | Yes |
93+
| [databricks_sql_dashboard](../resources/sql_dashboard.md) | Yes |
94+
| [databricks_sql_endpoint](../resources/sql_endpoint.md) | Yes |
95+
| [databricks_sql_global_config](../resources/sql_global_config.md) | No |
96+
| [databricks_sql_permissions](../resources/sql_permissions.md) | No |
97+
| [databricks_sql_query](../resources/sql_query.md) | Yes |
98+
| [databricks_sql_visualization](../resources/sql_visualization.md) | Yes |
99+
| [databricks_sql_widget](../resources/sql_widget.md) | Yes |
100+
| [databricks_token](../resources/token.md) | Not Applicable |
101+
| [databricks_user](../resources/user.md) | Yes |
102+
| [databricks_user_instance_profile](../resources/user_instance_profile.md) | No (Deprecated) |
103+
| [databricks_workspace_conf](../resources/workspace_conf.md) | Not Applicable |

0 commit comments

Comments
 (0)