You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to build & test govix and 'go get -u github.com/hooklift/govmx', but can't build terraform-provider-vix :
MyBox:terraform-provider-vix tofix$ make
go build
# terraform-provider-vix
./main.go:13:15: cannot use provider.Provider (type func() "github.com/hooklift/terraform-provider-vix/vendor/github.com/hashicorp/terraform/terraform".ResourceProvider) as type "terraform-provider-vix/vendor/github.com/hashicorp/terraform/plugin".ProviderFunc in field value
make: *** [build] Error 2
Also, LD libs are set to the directory where govix have been built :
ah, I see, yes, some breaking changes have happened in Terraform and this plugin isn't working well with them. It needs to be updated but I don't really have a lot of time these days, unfortunately. Any help is very much appreciated.
Hi
On OSX :
I'm able to build & test govix and 'go get -u github.com/hooklift/govmx', but can't build terraform-provider-vix :
Also, LD libs are set to the directory where govix have been built :
Any idea of what I'm doing wrong?
The text was updated successfully, but these errors were encountered: