Skip to content

Commit

Permalink
Upgrade Terraform provider to 1.38.0 (#1308)
Browse files Browse the repository at this point in the history
## Changes

Update to the latest release. No schema changes.

## Tests

Unit tests pass. Integration to be done as part of the release PR.
  • Loading branch information
pietern authored Mar 25, 2024
1 parent fd8dbff commit 1b879d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundle/internal/tf/codegen/schema/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package schema

const ProviderVersion = "1.37.0"
const ProviderVersion = "1.38.0"
2 changes: 1 addition & 1 deletion bundle/internal/tf/schema/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func NewRoot() *Root {
"required_providers": map[string]interface{}{
"databricks": map[string]interface{}{
"source": "databricks/databricks",
"version": "1.37.0",
"version": "1.38.0",
},
},
},
Expand Down

0 comments on commit 1b879d4

Please sign in to comment.