-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go Generate fails with "Failed to load plugin schemas" #167
Comments
I have found the cause of the issue. In main, the plugin address will not accept a "-" in the organization name. Suggest a diagnostic error for the naming problem or allow for dashes rather than defaulting to "hashicorp". |
Hello @independentid, if #174 is merged, I believe it will properly report the error from the terraform cli in situations like this, where a |
I have the same error, what should I do? |
This was a lifesaver, I spent days on figuring this out. |
Whether on the desktop or in the workflow setup by the Terraform Plugin Framework template, the following error occurs when generating docs (this from the workflow template):
It is not clear if the workflow has a TF_REATTACH_PROVIDERS issue. On the desktop I have tried both ways.
Also, note that the schema being searched for is: "registry.terraform.io/hashicorp/hexa" rather than "registry.terraform.io/hexa-org/hexa".
It is not clear in the documentation or the error if there is a mis-configuration, or other issue.
This error may be related to Issue #141
The text was updated successfully, but these errors were encountered: