-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support for OpenTofu #52
Comments
Ok, found workaround (for now) - you can use full name |
This is probably a change that OpenTofu had to implement due to HashiCorp's licencing of registry.terraform.io. Legally you're not allowed to use their API unless sanctioned by HashiCorp. |
Since I just hit the same issue, I worked around that by directly fetching the provider info from https://github.com/opentofu/registry-stable |
I didn't notice before that https://github.com/opentofu/registry has a full list of providers. Using that as a database might make sense instead of building our own. |
At this moment if you need to have a support of Terraform as well as OpenTofu (and Terragrunt :) ) in one tool you can use https://github.com/tofuutils/tenv which my team wrote some months ago. A lot of users switched to that tool to unify version management in the world of Terraform. You're welcome to open any issues or contribute to tenv. |
It would be handy to have description how to use it with OpenTofu. Right now with:
I am getting:
When I try to run it.
The text was updated successfully, but these errors were encountered: