Skip to content

Commit c6acf4c

Browse files
ISSUE-1120 Cluster Exporter uses Policy ID as value rather than reference (#1121)
* ISSUE-1120 Cluster Exporter uses Policy ID as value rather than reference * Run make fmt Co-authored-by: David M. Lyle <[email protected]>
1 parent c6ac616 commit c6acf4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporter/importables.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ var resourcesMap map[string]importable = map[string]importable{
207207
{Path: "library.jar", Resource: "databricks_dbfs_file", Match: "dbfs_path"},
208208
{Path: "library.whl", Resource: "databricks_dbfs_file", Match: "dbfs_path"},
209209
{Path: "library.egg", Resource: "databricks_dbfs_file", Match: "dbfs_path"},
210+
{Path: "policy_id", Resource: "databricks_cluster_policy"},
210211
},
211212
List: func(ic *importContext) error {
212213
clusters, err := clusters.NewClustersAPI(ic.Context, ic.Client).List()

0 commit comments

Comments
 (0)