Earlier quoted context omitted.
In all fairness, the Terraform provider registry has always been clearly proprietary, prohibiting commercial use by default: > You may download or copy the Content (and other items displayed on the Services for download) for personal non-commercial use only https://web.archive.org/web/20201106225027/https://registry....
I listened to a changelog.com podcast the other day on the subject of OpenTofu (It was a few months old so they were still calling it OpenTF). Apparently a lot of the actual images are hosted on the GitHub container registry (ghcr.io), and in many cases, the Terraform registry is just passing the request through to download an image from a repo that may be owned by someone else. So in effect, they're putting scary li…
Right now we're working on the stable registry[1,2], and that's basically the main blocker left to a full stable release. You can track the progress in our weekly updates[3].
Note: Interim Tech Lead of the OpenTofu project
[0]: https://github.com/opentofu/registry
[1]: https://github.com/opentofu/opentofu/issues/741
[2]: https://github.com/opentofu/registry-stable
[3]: https://github.com/opentofu/opentofu/blob/main/WEEKLY_UPDATE...