Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Oct 23, 2024
1 parent 72fdc27 commit 0cd7f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const dataClusterTemplateById = `
data "databricks_cluster_pluginframework "by_id" {
data "databricks_cluster_pluginframework" "by_id" {
cluster_id = "{env.TEST_DEFAULT_CLUSTER_ID}"
}
`
Expand Down

0 comments on commit 0cd7f6f

Please sign in to comment.