We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6bb3ac commit 788f6bfCopy full SHA for 788f6bf
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Version changelog
2
3
+## 0.2.7
4
+
5
+Small fixes
6
7
## 0.2.6
8
9
* Added support for [customer managed keys](https://github.com/databrickslabs/terraform-provider-databricks/pull/332) for Accounts API.
README.md
@@ -48,7 +48,7 @@ terraform {
48
required_providers {
49
databricks = {
50
source = "databrickslabs/databricks"
51
- version = ">= 0.2.6"
+ version = ">= 0.2.7"
52
}
53
54
0 commit comments