-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #69 Signed-off-by: Alejandro Lazaro <[email protected]>
- Loading branch information
1 parent
01e838b
commit 638f948
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -82,7 +82,7 @@ | |
|
||
### Tests | ||
|
||
- [Terratest](https://github.com/gruntwork-io/terratest) - Go library that makes it easier to write automated tests for your infrastructure code. | ||
- [Terratest](https://github.com/gruntwork-io/terratest) - Go library that makes writing automated tests for your infrastructure code easier. | ||
|
||
### State | ||
|
||
|
@@ -101,12 +101,13 @@ | |
*Alternatives to Terraform Cloud.* | ||
|
||
- [digger](https://github.com/diggerhq/digger) - Open-source IaC orchestration tool. Digger allows you to run IaC in your existing CI pipeline. | ||
- [terrakube](https://github.com/AzBuilder/terrakube) - Open-source platform with private registry, remote state, custom flows, scheduled workspaces, and visual states. | ||
- [terrakube](https://github.com/AzBuilder/terrakube) - Open-source platform with a private registry, remote state, custom flows, scheduled workspaces, and visual states. | ||
- [tofutf](https://github.com/tofutf/tofutf) - Open-source alternative to Terraform Enterprise with SSO, team management, agents, etc. | ||
- [walrus](https://github.com/seal-io/walrus) - Walrus is an open-source application management platform based on IaC tools, including OpenTofu, Terraform, and others. | ||
|
||
### Registry | ||
|
||
- [library.tf][https://library.tf/] - An indexer of registries for providers and modules with insights and documentation. | ||
Check failure on line 110 in README.md GitHub Actions / markdownReference links and images should use a label that is defined
|
||
- [boring-registry](https://github.com/boring-registry/boring-registry) - Boring-registry is an open-source module and provider registry compatible with OpenTofu. | ||
- [hermitcrab](https://github.com/seal-io/hermitcrab) - Registry network mirroring service compatible with OpenTofu. | ||
- [terrac](https://github.com/haoliangyu/terrac) - Minimal private module registry compatible with OpenTofu. | ||
|