mirror of https://github.com/databricks/cli.git
Upgrade to 1.43 terraform provider (#1429)
## Changes Upgrade to 1.43 terraform provider
This commit is contained in:
parent
a71929b943
commit
0a21428a48
|
@ -1,3 +1,3 @@
|
|||
package schema
|
||||
|
||||
const ProviderVersion = "1.42.0"
|
||||
const ProviderVersion = "1.43.0"
|
||||
|
|
|
@ -21,7 +21,7 @@ type Root struct {
|
|||
|
||||
const ProviderHost = "registry.terraform.io"
|
||||
const ProviderSource = "databricks/databricks"
|
||||
const ProviderVersion = "1.42.0"
|
||||
const ProviderVersion = "1.43.0"
|
||||
|
||||
func NewRoot() *Root {
|
||||
return &Root{
|
||||
|
|
Loading…
Reference in New Issue