Overview of Burrito (TACoS)
mainBurrito is a TACoS (Terraform Automation Collaboration Software) Kubernetes Operator. It is designed to manage Terraform infrastructure-as-code (IaC) by addressing state drift, simplifying CI/CD pipeline configuration, and providing visibility into state modifications through a Web UI.
Key capabilities include:
- Continuous Planning: Automatically plans Terraform code and executes applies when necessary.
- PR/MR Integration: Provides out-of-the-box integration for Pull Requests and Merge Requests, eliminating the need for custom Terraform CI/CD pipelines.
- State Visualization: A Web UI that allows users to navigate and understand the modifications made during
terraform applyoperations.