Closed t0yv0 closed 1 year ago
This issue is caused by using an incompatible combination of these two dependencies:
"github.com/hashicorp/terraform-plugin-framework" "github.com/hashicorp/terraform-plugin-go"
Resolution is to try updating to latest.
cd provider go get -u github.com/hashicorp/terraform-plugin-go go get -u github.com/hashicorp/terraform-plugin-framework go mod tidy
CC @ringods
Made a few fixes to get to the working build. Didn't have time to verify if the built provider works as expected or not.
This issue is caused by using an incompatible combination of these two dependencies:
Resolution is to try updating to latest.
cd provider go get -u github.com/hashicorp/terraform-plugin-go go get -u github.com/hashicorp/terraform-plugin-framework go mod tidy