Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfeng-db committed Oct 31, 2024
1 parent d7cbde6 commit 6d4ef1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/hashicorp/terraform-plugin-go/tfprotov6"
)

var commonClusterConfig = `resource "data "databricks_spark_version" "latest" {
var commonClusterConfig = `data "databricks_spark_version" "latest" {
}
resource "databricks_cluster" "this" {
cluster_name = "test-library-{var.RANDOM}"
Expand Down

0 comments on commit 6d4ef1c

Please sign in to comment.