Before I opened a bug I wanted to see if anyone el...
# package-authoring
b
Before I opened a bug I wanted to see if anyone else has run into this before? When running
make tfgen
when I am authoring a package using the instructions from https://github.com/pulumi/pulumi-tf-provider-boilerplate I get errors like
problem gathering resources
which makes sense cause at that point in the document, we haven’t added the resources. But it does not create the schema.json. When poking around the pulumi-terraform-bridge doc, I found some environment variables I can use to make them warnings https://github.com/pulumi/pulumi-terraform-bridge (the boilderplate doc eludes to the fact that they should be warnings, not errors). Does the boilerplate doc need to be updated to call out those environment variables or am I missing something?