tfsort
A CLI utility to sort Terraform variables and outputs (by AlexNabokikh)
tfvc
Terraform provider and module version checking tool (by tfverch)
tfsort | tfvc | |
---|---|---|
2 | 1 | |
192 | 133 | |
5.7% | -1.5% | |
5.0 | 10.0 | |
2 months ago | over 2 years ago | |
Go | Go | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tfsort
Posts with mentions or reviews of tfsort.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-01.
-
Sorting variables and outputs
So, if you're feeling pedantic, feel free to give my tool a try. It is available for all platforms and shipped as a single binary. You can find more details on how it works and how to install the tool here: https://github.com/AlexNabokikh/tfsort
-
I built my first CLI tool
Link: https://github.com/AlexNabokikh/tfsort
tfvc
Posts with mentions or reviews of tfvc.
We have used some of these posts to build our list of alternatives
and similar projects.
-
[New Tool] Terraform provider and module version check tool
I've been working on a new tool called tfvc to scan terraform code and produce warnings relating to the configured version constraints for providers and modules. For example, if a new version of a module is released but the terraform code still references a previous version etc.
What are some alternatives?
When comparing tfsort and tfvc you can also consider the following projects:
cfnctl - Cfnctl brings the Terraform cli experience to AWS Cloudformation :cloud:
tpm - 🛠️ A package manager for Terraform providers
terracognita - Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
climate - "CLI Mate" autogenerates CLIs from structs / functions (nested subcommands, global / local flags, help generation, typo suggestions, shell completion etc.)
wild-workouts-go-ddd-example - Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring.