|
29 | 29 | - [Fork announcement](https://opentofu.org/announcement) |
30 | 30 | - [Registry](https://github.com/opentofu/registry) |
31 | 31 | - [Registry MCP Server](https://github.com/opentofu/opentofu-mcp-server#opentofu-mcp-server) |
32 | | -- [Weekly updates](https://github.com/opentofu/opentofu/blob/main/WEEKLY_UPDATES.md#weekly-updates) |
| 32 | +- [Weekly updates](https://github.com/opentofu/opentofu/blob/main/WEEKLY_UPDATES.md) |
33 | 33 | - [Office hours](https://www.youtube.com/watch?v=aEoMzUza6Ok&list=PLnVotLM2QsyhCc1_8PA7fbVF-ixt4_XAY) |
34 | 34 | - [Technical Steering Committee updates](https://github.com/opentofu/org/tree/main/TSC) |
35 | 35 |
|
|
90 | 90 | ### CI |
91 | 91 |
|
92 | 92 | - [Atlantis](https://www.runatlantis.io/) - Automating workflows via pull requests. |
93 | | -- [Burrito](https://docs.burrito.tf/overview/) - Burrito is a TACoS (Terraform Automation and Collaboration Software) that works inside Kubernetes. |
| 93 | +- [Burrito](https://docs.burrito.tf/latest/overview/) - A TACoS (Terraform Automation and Collaboration Software) that works inside Kubernetes. |
94 | 94 | - [TF-via-PR](https://github.com/OP5dev/TF-via-PR) - GitHub Action to init, plan and apply Terraform/OpenTofu via PR automation. |
95 | 95 | - [pre-commit-opentofu](https://github.com/tofuutils/pre-commit-opentofu) - Git pre-commit hooks plugin. |
96 | 96 | - [setup-opentofu](https://github.com/opentofu/setup-opentofu) - Set up OpenTofu CLI in your GitHub Actions workflow. |
|
126 | 126 | ### Registry |
127 | 127 |
|
128 | 128 | - [library.tf](https://library.tf/) - An indexer of registries for providers and modules with insights and documentation. |
129 | | -- [boring-registry](https://github.com/boring-registry/boring-registry) - Boring-registry is an open-source module and provider registry compatible with OpenTofu. |
| 129 | +- [boring-registry](https://github.com/boring-registry/boring-registry) - An open-source module and provider registry compatible with OpenTofu. |
130 | 130 | - [hermitcrab](https://github.com/seal-io/hermitcrab) - Registry network mirroring service compatible with OpenTofu. |
131 | 131 | - [terrac](https://github.com/haoliangyu/terrac) - Minimal private module registry compatible with OpenTofu. |
132 | | -- [GitLab Module Registry](https://docs.gitlab.com/ee/user/packages/terraform_module_registry/) - Use GitLab projects as a private registry for terraform modules. |
| 132 | +- [GitLab Module Registry](https://docs.gitlab.com/ee/user/packages/terraform_module_registry/) - Use GitLab projects as a private registry for Terraform modules. |
133 | 133 | - [terralist](https://github.com/terralist/terralist) - Private registry for providers and modules. |
134 | 134 | - [citizen](https://github.com/outsideris/citizen) - Private registry for modules and providers with support for multiple databases and storages. |
135 | 135 | - [petra](https://github.com/devoteamgcloud/petra) - Private registry manager using Google Cloud Storage. |
|
141 | 141 |
|
142 | 142 | ### Helpers |
143 | 143 |
|
144 | | -- [OpenTofu Language Server](https://github.com/opentofu/tofu-ls) - OpenTofu Language Server. |
| 144 | +- [OpenTofu Language Server](https://github.com/opentofu/tofu-ls) - The OpenTofu Language Server. |
145 | 145 | - [VS Code Extension](https://open-vsx.org/extension/OpenTofu/vscode-opentofu) - Extension for Visual Studio Code with the OpenTofu Language Server adds editing features for OpenTofu files such as syntax highlighting, IntelliSense, code navigation, code formatting, module explorer. |
146 | 146 | - [zed Extension](https://github.com/ashpool37/zed-extension-opentofu) - Extension for the Zed Editor. |
147 | 147 | - [terratag](https://github.com/env0/terratag) - CLI tool allowing for tags or labels to be applied across an entire set of OpenTofu/Terraform files. |
|
0 commit comments