Skip to content

Commit b6b0e2e

Browse files
dependabot[bot]nfx
andauthored
Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0 (#1191)
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0 Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases) - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md) - [Commits](hashicorp/terraform-plugin-sdk@v2.10.1...v2.11.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updated debugging code Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Serge Smertin <[email protected]>
1 parent bece5ae commit b6b0e2e

File tree

4 files changed

+33
-75
lines changed

4 files changed

+33
-75
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
* Completely removed custom client-side validation in `databricks_service_principal` ([#1193](https://github.com/databrickslabs/terraform-provider-databricks/issues/1193)).
66

7+
Updated dependency versions:
8+
9+
* Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.10.1 to 2.11.0
10+
711
## 0.5.3
812

913
* Failures in [exporter](https://asciinema.org/a/Rv8ZFJQpfrfp6ggWddjtyXaOy) resource listing no longer halt the entire command run ([#1166](https://github.com/databrickslabs/terraform-provider-databricks/issues/1166)).

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ module github.com/databrickslabs/terraform-provider-databricks
33
go 1.16
44

55
require (
6-
cloud.google.com/go/iam v0.1.0 // indirect
76
github.com/Azure/go-autorest/autorest v0.11.24
87
github.com/Azure/go-autorest/autorest/adal v0.9.18
98
github.com/Azure/go-autorest/autorest/azure/auth v0.5.11
@@ -14,7 +13,7 @@ require (
1413
github.com/hashicorp/go-retryablehttp v0.7.0
1514
github.com/hashicorp/hcl v1.0.0
1615
github.com/hashicorp/hcl/v2 v2.11.1
17-
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
16+
github.com/hashicorp/terraform-plugin-sdk/v2 v2.11.0
1817
github.com/mitchellh/go-homedir v1.1.0
1918
github.com/pkg/errors v0.9.1
2019
github.com/stretchr/testify v1.7.0

0 commit comments

Comments
 (0)