Skip to content

Commit 3914f6b

Browse files
authored
Merge pull request #3 from data-platform-hq/fix-databricks-ver
fix: changed required providers
2 parents f74b73b + 5137f62 commit 3914f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ terraform {
88
}
99
databricks = {
1010
source = "databricks/databricks"
11-
version = "=1.4.0"
11+
version = ">=1.4.0"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)