Skip to content

Commit 5137f62

Browse files
committed
fix: changed required providers
1 parent f74b73b commit 5137f62

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)