Skip to content

Commit

Permalink
Correct handling of references in databricks_permissions resources (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexott committed Sep 27, 2022
1 parent dfa823c commit 1ee75d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions exporter/importables.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,14 @@ var resourcesMap map[string]importable = map[string]importable{
{Path: "cluster_id", Resource: "databricks_cluster"},
{Path: "instance_pool_id", Resource: "databricks_instance_pool"},
{Path: "cluster_policy_id", Resource: "databricks_cluster_policy"},
{Path: "sql_query_id", Resource: "databricks_sql_query"},
{Path: "sql_dashboard_id", Resource: "databricks_sql_dashboard"},
{Path: "sql_endpoint_id", Resource: "databricks_sql_endpoint"},
{Path: "registered_model_id", Resource: "databricks_mlflow_model"},
{Path: "experiment_id", Resource: "databricks_mlflow_experiment"},
{Path: "repo_id", Resource: "databricks_repo"},
{Path: "directory_path", Resource: "databricks_directory"},
{Path: "notebook_path", Resource: "databricks_notebook"},
{Path: "access_control.user_name", Resource: "databricks_user", Match: "user_name"},
{Path: "access_control.group_name", Resource: "databricks_group", Match: "display_name"},
},
Expand Down

0 comments on commit 1ee75d0

Please sign in to comment.