Closed xellio closed 2 years ago
Closed as wrong usage of dependency update
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.
terraform-plugin-go version
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
Steps to Reproduce
go get -u
make dev
References