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
Hello @cloud-j-luna, if #174 is merged, it may help improve the error output for you to troubleshoot this further. I believe another issue could be related to --provider-name. For example, if your provider is domain.com/project/my-provider-here, what should be passed into --provider-name is my-provider-here.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
I get the error
Error executing command: unable to generate website: configuration is invalid
when runninggo generate
on my provider.I have the following structure in the

examples
folderand the following comment in my
main.go
//go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs --provider-name=<my provider hostname/namespace/type>
I'm running the command in the root directory of the provider.
Any clues on what can be happening? The logs say some configuration is invalid, I'm not really sure which one.
Thank you.
The text was updated successfully, but these errors were encountered: