Skip to content

Commit cd317ce

Browse files
committed
Fixed typo in another place to avoid auxiliary cluster re-creation
1 parent c001c74 commit cd317ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

access/resource_sql_permissions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ func (ta *SqlPermissions) getOrCreateCluster(clustersAPI compute.ClustersAPI) (s
258258
})
259259
nodeType := clustersAPI.GetSmallestNodeType(compute.NodeTypeRequest{LocalDisk: true})
260260
aclCluster, err := clustersAPI.GetOrCreateRunningCluster(
261-
"terrraform-table-acl", compute.Cluster{
261+
"terraform-table-acl", compute.Cluster{
262262
ClusterName: "terraform-table-acl",
263263
SparkVersion: sparkVersion,
264264
NodeTypeID: nodeType,

0 commit comments

Comments
 (0)