lingon
terracove
lingon | terracove | |
---|---|---|
6 | 3 | |
74 | 47 | |
- | - | |
9.1 | 6.4 | |
about 1 year ago | over 1 year ago | |
Go | Go | |
Apache License 2.0 | MIT License |
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.
lingon
-
How would one programmatically formatting Terraform HCL
We built Lingon (https://github.com/volvo-cars/lingon/tree/main/docs/terraform) to generate terraform HCL from Go code. It might be useful or at least a good reference of using the hclwrite package:
-
The Future of Terraform: ClickOps
We have a comparison of the main tools we looked into, for interest: https://github.com/volvo-cars/lingon/blob/main/docs/comparison.md
- Testing terraform code
-
How to parse a Kubernetes YAML in Go?
Shameless plug: We had tons of yaml to convert to Go so we built a library for it, here is an example on how to use it with CRDs https://github.com/volvo-cars/lingon/tree/main/docs/kubernetes/crd. If you are in a rush or it's more of a one-off, you can use this webapp to convert it from yaml to Go https://lingonweb.bisconti.cloud There might be a bit of documentation to read and not all CRDs are currently supported, open an issue if that is the case.
terracove
- Testing terraform code
-
terracove - open-source to instantly test the health of your terraform/terragrunt repository
What my problem was originally is that we had a lot of technical debt and drift on our terraform/terragrunt repositories, and tons of leftover modules that haven't been planned in years of missing CI. Instead of going one by one, planning it and checking if it's valid, I built terracove.
- Any tool for "Terraform Diff Coverage"?
What are some alternatives?
tpm - 🛠️ A package manager for Terraform providers
docker-terragrunt - Dockerized framework with Terraform, Terragrunt, Python, Make, Docker, Git, and all needed components to easily manage cloud infrastructure.
tfupdate - Update version constraints in your Terraform configurations
terrascan - Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure.
tfk8s - A tool for converting Kubernetes YAML manifests to Terraform HCL
terrascan - Detect compliance and security violations across Infrastructure as Code to mitigate risk before provisioning cloud native infrastructure. [Moved to: https://github.com/accurics/terrascan]
togomak - A declarative pipeline orchestrator with the magic of HCL as a configuration language, inspired from Terraform's architecture.
terratest - Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.
droplets - Droplets is a platform for Gophers.
k8s-voting-app-aws - :wheel_of_dharma: Example of a distributed voting app running on Kubernetes. Written in Golang with Terraform definitions to deploy to AWS EKS
yaml - A better way to marshal and unmarshal YAML in Golang
compose-generator - 🐳 Easy to use cli tool to generate Docker Compose configurations