Hey guys, I am trying to use the pulumi-tf-provide...
# general
f
Hey guys, I am trying to use the pulumi-tf-provider-boilerplate to build the Rancher RKE terraform provider at https://github.com/rancher/terraform-provider-rke I noticed most of the docs expect the provider to be in the terraform repo but after some tinkering I got pretty far to where all deps are loading and I am ready to run
make
. I am now running into an issue where make returns the error when it runs the TFGEN for each language.
Copy code
error: failed to gather package metadata: problem gathering resources: 1 error occurred:
	* go/build: importGo <http://github.com/terraform-providers/terraform-provider-rke|github.com/terraform-providers/terraform-provider-rke>: exit status 1
can't load package: package <http://github.com/terraform-providers/terraform-provider-rke|github.com/terraform-providers/terraform-provider-rke>: git ls-remote -q <https://github.com/terraform-providers/terraform-provider-rke>
The issue here is it thinks the repo should be in the terraform-providers github but it is not. I make sure that this url/string is not present anywhere in the boilerplate code I have locally. I am thinking something in the build process or pulumi tool is hardcoded to use that url. Is there a configuration I am missing to change this url?