pulumiverse / pulumi-talos

Pulumi provider for Talos
Mozilla Public License 2.0
41 stars 11 forks source link

Fix build issues #49

Closed t0yv0 closed 1 year ago

t0yv0 commented 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

t0yv0 commented 1 year ago

CC @ringods

t0yv0 commented 1 year ago

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.