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:
Pieter Noordhuis 2024-03-25 10:17:52 +01:00 committed by GitHub
parent fd8dbff631
commit 1b879d44e1
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 package schema
const ProviderVersion = "1.37.0" const ProviderVersion = "1.38.0"

View File

@ -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",
}, },
}, },
}, },