-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a9df138
commit 4199788
Showing
10 changed files
with
77 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO - contributing.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Overview | ||
|
||
## What is burrito? | ||
|
||
**Burrito** is a TACoS (**T**erraform **A**utomation **Co**llaboration **S**oftware) Kubernetes Operator. | ||
|
||
![demo](assets/demo/demo.gif) | ||
|
||
## Why burrito? | ||
|
||
[`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 | ||
|
||
## Getting started | ||
|
||
Follow our [getting started guide](./getting-started.md). Further user oriented [documentation](./user-guide/) is provided for additional features. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO - IAC Drift Detection tutorial |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO - PR/MR plan/apply workflow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# TODO - UI Overview |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,11 @@ | ||
# Overview | ||
# Burrito Documentation | ||
|
||
## What is burrito? | ||
This is the home of the Burrito documentation. Here you will find all the information you need to get started with Burrito. | ||
|
||
**Burrito** is a TACoS (**T**erraform **A**utomation **Co**llaboration **S**oftware) Kubernetes Operator. | ||
|
||
![demo](assets/demo/demo.gif) | ||
|
||
## Why burrito? | ||
|
||
[`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 | ||
|
||
## Getting started | ||
|
||
Follow our [getting started guide](./getting-started.md). Further user oriented [documentation](./user-guide/) is provided for additional features. | ||
- [Overview](./overview.md) helps you understand what Burrito is all about. | ||
- [Getting Started](./getting-started.md) is a step-by-step guide to help you get started with Burrito. | ||
- [Operator Manual](./operator-manual/) is a detailed guide to help you understand how to install and configure Burrito. | ||
- [User Guide](./user-guide/) is a detailed guide to help you understand how to setup and use Burrito resources. | ||
- [Reference](./reference/) provides detailed information about the Burrito CRDs and their specifications. | ||
- [FAQ](./faq.md) answers some of the most frequently asked questions about Burrito. | ||
- [Contributing](./contributing.md) provides information on how to contribute to the Burrito project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Overview | ||
|
||
## What is burrito? | ||
|
||
**Burrito** is a TACoS (**T**erraform **A**utomation **Co**llaboration **S**oftware) Kubernetes Operator. | ||
|
||
![demo](assets/demo/demo.gif) | ||
|
||
## Why burrito? | ||
|
||
[`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 | ||
|
||
## Getting started | ||
|
||
Follow our [getting started guide](./getting-started.md). Further user oriented [documentation](./user-guide/) is provided for additional features. |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters