mirror of https://github.com/databricks/cli.git
Upgrade Terraform provider to 1.38.0 (#1308)
## Changes Update to the latest release. No schema changes. ## Tests Unit tests pass. Integration to be done as part of the release PR.
This commit is contained in:
parent
fd8dbff631
commit
1b879d44e1
|
@ -1,3 +1,3 @@
|
||||||
package schema
|
package schema
|
||||||
|
|
||||||
const ProviderVersion = "1.37.0"
|
const ProviderVersion = "1.38.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@ func NewRoot() *Root {
|
||||||
"required_providers": map[string]interface{}{
|
"required_providers": map[string]interface{}{
|
||||||
"databricks": map[string]interface{}{
|
"databricks": map[string]interface{}{
|
||||||
"source": "databricks/databricks",
|
"source": "databricks/databricks",
|
||||||
"version": "1.37.0",
|
"version": "1.38.0",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue