Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentofu/registry
The all-new opentofu.org registry!
https://github.com/opentofu/registry
Last synced: 4 days ago
JSON representation
The all-new opentofu.org registry!
- Host: GitHub
- URL: https://github.com/opentofu/registry
- Owner: opentofu
- License: apache-2.0
- Created: 2023-11-09T17:52:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:32:36.000Z (14 days ago)
- Last Synced: 2024-11-29T22:07:15.496Z (14 days ago)
- Language: Go
- Homepage: https://search.opentofu.org
- Size: 359 MB
- Stars: 329
- Watchers: 17
- Forks: 40
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-opentofu - Official registry
README
# OpenTofu Registry (registry.opentofu.org)
![](https://raw.githubusercontent.com/opentofu/brand-artifacts/main/full/transparent/SVG/on-dark.svg#gh-dark-mode-only)
![](https://raw.githubusercontent.com/opentofu/brand-artifacts/main/full/transparent/SVG/on-light.svg#gh-light-mode-only)This repository is home to the metadata that drives the provider and module registry for [OpenTofu](https://github.com/opentofu/opentofu)
It also contains the applications used to manage version bumping, validation and API generation of the registry that is hosted at [registry.opentofu.org](https://registry.opentofu.org).
**Thanks to Cloudflare for sponsoring a Business plan to host the registry on!**
## Adding Providers, Modules or GPG Keys to the OpenTofu Registry
To add your provider, module or GPG key to the OpenTofu Registry you can submit an issue using one of the issue templates we provide in this repository.- [Submit new Module](https://github.com/opentofu/registry/issues/new?assignees=&labels=module%2Csubmission&projects=&template=module.yml&title=Module%3A+)
- [Submit new Provider](https://github.com/opentofu/registry/issues/new?assignees=&labels=provider%2Csubmission&projects=&template=provider.yml&title=Provider%3A+)
- [Submit new Provider Signing Key](https://github.com/opentofu/registry/issues/new?assignees=&labels=provider-key%2Csubmission&projects=&template=provider_key.yml&title=Provider+Key%3A+)Fill in the required fields and submit the issue. Once the issue has been submitted, the OpenTofu team will review this and either approve or deny the submission.
## Contributing To The Codebase
Contributions are always welcome!
**Please see [`CONTRIBUTING.md`](CONTRIBUTING.md) for before making any contributions.**
## Registry Inclusion Policy
You can find information on the OpenTofu Registry Inclusion Policy in [POLICY.md](POLICY.md)
## Reporting security vulnerabilities
If you've found a vulnerability or a potential vulnerability in OpenTofu please follow [Security Policy](https://github.com/opentofu/opentofu/security/policy). We'll send a confirmation email to acknowledge your report, and we'll send an additional email when we've identified the issue positively or negatively.