Upgrade to 1.43 terraform provider (#1429)

## Changes
Upgrade to 1.43 terraform provider
This commit is contained in:
Andrew Nester 2024-05-14 14:19:34 +02:00 committed by GitHub
parent a71929b943
commit 0a21428a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
package schema
const ProviderVersion = "1.42.0"
const ProviderVersion = "1.43.0"

View File

@ -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{