Skip to content

Commit 5ff5ae1

Browse files
authored
Merge branch 'master' into ip-access-list-exporter
2 parents ef9637c + c6acf4c commit 5ff5ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/importables.go

+1
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ var resourcesMap map[string]importable = map[string]importable{
209209
{Path: "library.jar", Resource: "databricks_dbfs_file", Match: "dbfs_path"},
210210
{Path: "library.whl", Resource: "databricks_dbfs_file", Match: "dbfs_path"},
211211
{Path: "library.egg", Resource: "databricks_dbfs_file", Match: "dbfs_path"},
212+
{Path: "policy_id", Resource: "databricks_cluster_policy"},
212213
},
213214
List: func(ic *importContext) error {
214215
clusters, err := clusters.NewClustersAPI(ic.Context, ic.Client).List()

0 commit comments

Comments
 (0)