Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NEXT_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Notable Changes

### Dependency updates
* Upgrade TF provider to 1.86.0 ([#3374](https://github.com/databricks/cli/pull/3374))

### CLI

Expand Down
2 changes: 1 addition & 1 deletion acceptance/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
databricks = {
source = "databricks/databricks"
version = "1.85.0"
version = "1.86.0"
}
}

Expand Down
6 changes: 3 additions & 3 deletions acceptance/terraform/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Initializing the backend...

Initializing provider plugins...
- Finding databricks/databricks versions matching "1.85.0"...
- Installing databricks/databricks v1.85.0...
- Installed databricks/databricks v1.85.0 (unauthenticated)
- Finding databricks/databricks versions matching "1.86.0"...
- Installing databricks/databricks v1.86.0...
- Installed databricks/databricks v1.86.0 (unauthenticated)

Terraform has created a lock file .terraform.lock.hcl to record the provider
selections it made above. Include this file in your version control repository
Expand Down
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.85.0"
const ProviderVersion = "1.86.0"
136 changes: 136 additions & 0 deletions bundle/internal/tf/schema/data_source_clean_room_asset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading