<@UB8A66MPS> I am still working on the solidserver...
# general
w
@stocky-spoon-28903 I am still working on the solidserver provider. I merged the diff: https://github.com/dustinfarris/pulumi-solidserver/pull/1 but getting this error when I run make:
Copy code
error: failed to gather package metadata: problem gathering resources: 6 errors occurred:
        * cannot find package "<http://github.com/terraform-providers/terraform-provider-solidserver|github.com/terraform-providers/terraform-provider-solidserver>" in any of:
        /Users/dustinfarris/Projects/go/src/github.com/dustinfarris/pulumi-solidserver/vendor/github.com/terraform-providers/terraform-provider-solidserver (vendor tree)
        /usr/local/Cellar/go/1.11.5/libexec/src/github.com/terraform-providers/terraform-provider-solidserver (from $GOROOT)
        /Users/dustinfarris/Projects/go/src/github.com/terraform-providers/terraform-provider-solidserver (from $GOPATH)
It is looking for
terraform-providers/terraform-provider-solidserver
but this should be
alexissavin/terraform-provider-solidserver
. I grepped the boilerplate code and I'm not finding "terraform-providers" anywhere meaningful. Any ideas?