Skip to content

Commit

Permalink
Remove terraform-plugin-sdk v1 from Go modules
Browse files Browse the repository at this point in the history
* Add `Hashcode` function to replace `hashcode.String` helper
* https://www.terraform.io/plugin/sdkv2/guides/v2-upgrade-guide#removal-of-helper-hashcode-package
  • Loading branch information
dghubble committed Mar 31, 2022
1 parent ce542c3 commit e988481
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 334 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/poseidon/terraform-provider-util
go 1.16

require (
github.com/hashicorp/terraform-plugin-sdk v1.17.2
github.com/hashicorp/terraform-plugin-sdk/v2 v2.12.0
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
)
Loading

0 comments on commit e988481

Please sign in to comment.