Skip to content

padok-team/burrito

Folders and files

NameName
Last commit message
Last commit date
Aug 3, 2023
Jul 13, 2023
Aug 3, 2023
Aug 3, 2023
Aug 3, 2023
Nov 9, 2022
Aug 3, 2023
Aug 3, 2023
Nov 9, 2022
Feb 21, 2023
Aug 3, 2023
Aug 3, 2023
Feb 21, 2023
May 2, 2023
Nov 9, 2022
Aug 3, 2023
Feb 28, 2023
May 10, 2023
Aug 3, 2023
Aug 3, 2023
Dec 30, 2022
Aug 3, 2023
Feb 21, 2023

Repository files navigation

burrito

License Go Report Card codecov

Burrito is a TACoS (Terraform Automation Collaboration Software) Kubernetes Operator.

Why does this exists?

terraform is a tremendous tool to manage your infrastructure in IaC. But, it does not come up with an out-of the box solution for managing state drift.

Also, writing a CI/CD pipeline for Terraform can be painful and depends on the tool you are using.

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 (not implemented yet)

Demo

demo

Documentation

To learn more about burrito go to the complete documentation.

Community

Contibution, Discussion and Support

You can reach burrito's maintainers on Twitter:

Blogs and Presentations

  1. Our burrito is a TACoS

License

© 2022 Padok.

Licensed under the Apache License, Version 2.0 (LICENSE)