hashicorp / terraform-plugin-go

A low-level Go binding for the Terraform protocol for integrations to be built on top of.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

xellio opened this issue · comments

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 hashicorp/terraform-registry-address@7d51757


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

Closed as wrong usage of dependency update