Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://padok-team.github.io/burrito/

🌯 Burrito is a TACoS Kubernetes Operator - "ArgoCD for Terraform"
https://padok-team.github.io/burrito/

cd ci cicd kubernetes kubernetes-operator opentofu operator tacos terraform terragrunt

Last synced: 5 days ago
JSON representation

🌯 Burrito is a TACoS Kubernetes Operator - "ArgoCD for Terraform"

Awesome Lists containing this project

README

        

> [!WARNING]
> This project is still in a pre-release state, minor versions will introduce breaking changes until 1.0
>
> You should only use releases, as the main branch can be broken.

# burrito

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Go Report Card](https://goreportcard.com/badge/github.com/padok-team/burrito)](https://goreportcard.com/report/github.com/padok-team/burrito)
[![codecov](https://codecov.io/gh/padok-team/burrito/branch/main/graph/badge.svg)](https://codecov.io/gh/padok-team/burrito)

**Burrito** is a TACoS (**T**erraform **A**utomation **Co**llaboration **S**oftware) Kubernetes Operator.

## Why does this exists?

[`terraform`](https://www.terraform.io/) is a tremendous tool to manage your infrastructure in IaC.
However, it lacks built-in solutions for managing [state drift](https://developer.hashicorp.com/terraform/tutorials/state/resource-drift).

Additionally, configuring a CI/CD pipeline for Terraform can be challenging and often varies depending on the selected tools

Finally, currently, there is no easy way to navigate your Terraform state to truly understand the modifications it undergoes when running `terraform apply`.

`burrito` aims to tackle those issues by:

- Planning continuously your Terraform code and run applies if needed
- Offering an out of the box PR/MR integration so you do not have to write CI/CD pipelines for Terraform ever again
- Showing your state's modifications in a simple Web UI

## Demo

![demo](./docs/assets/demo/demo.gif)
![UI Preview](./docs/assets/demo/ui.png)

## Documentation

To learn more about burrito [go to the complete documentation](https://padok-team.github.io/burrito/).

## Community

### Contibution, Discussion and Support

You can reach burrito's maintainers on Twitter:

- [@spoukke](https://twitter.com/spoukke)
- [@LonguetAlan](https://twitter.com/LonguetAlan)

### Blogs and Presentations

1. [Our burrito is a TACoS](https://www.padok.fr/en/blog/burrito-tacos)

## License

© 2024 [Padok](https://www.padok.fr/).

Licensed under the [Apache License](https://www.apache.org/licenses/LICENSE-2.0), Version 2.0 ([LICENSE](./LICENSE))