hashicorp / terraform-plugin-go

A low-level Go binding for the Terraform protocol for integrations to be built on top of.
Mozilla Public License 2.0
129 stars 34 forks source link

Unable to build provider as ParseRawProviderSourceString is undefined (v0.9.1) #202

Closed xellio closed 2 years ago

xellio commented 2 years ago

terraform-plugin-go version

github.com/hashicorp/terraform-plugin-go v0.9.1

Expected Behavior

It should build my provider - Please create a new release containing updated dependencies and the updated function call in internal/logging/provider.go

Actual Behavior

it does not build the provider as the function, used in https://github.com/hashicorp/terraform-plugin-go/blob/v0.9.1/internal/logging/provider.go , was (re)moved - see https://github.com/hashicorp/terraform-registry-address/commit/7d51757b572c401c7613096f624993f77c8f66a9


go build -o terraform-provider-myrasec_v1.43.0-1-gd93ade2
# github.com/hashicorp/terraform-plugin-go/internal/logging
../../go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.9.1/internal/logging/provider.go:11:26: undefined: tfaddr.ParseRawProviderSourceString
make: *** [GNUmakefile:27: dev] Error 2

Steps to Reproduce

  1. Clone https://github.com/Myra-Security-GmbH/terraform-provider-myrasec
  2. go get -u
  3. make dev

References

xellio commented 2 years ago

Closed as wrong usage of dependency update

github-actions[bot] commented 6 months ago

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.