-
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
ce7280a
commit f5589bc
Showing
5 changed files
with
45 additions
and
3 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 +1 @@ | ||
# TODO - FAQ | ||
# TODO - FAQ |
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 +1,43 @@ | ||
# TODO - UI Overview | ||
# UI Overview | ||
|
||
The Burrito UI is a web-based interface that allows you to view the state of your Terraform layers and resources, as well as the drift between the desired and actual state of your infrastructure. | ||
|
||
## Pre-requisites | ||
|
||
- A running Burrito installation | ||
|
||
## Accessing the UI | ||
|
||
The Burrito UI is accessible via a web browser. To access the UI, you need to expose the `burrito-server` service locally or on a public URL. | ||
|
||
## Features | ||
|
||
### Homepage | ||
|
||
The homepage displays a list of all the Terraform layers that have been added to Burrito. Each layer is displayed as a card with the following information: | ||
|
||
- Namespace | ||
- Repository | ||
- Branch | ||
- Code path | ||
- Last plan result | ||
- State (Error, Out-of-sync, OK) | ||
|
||
![Homepage](../assets/demo/homepage.png) | ||
|
||
### Terraform / Terragrunt logs | ||
|
||
Click on the layer card to view the Terraform or Terragrunt logs for that layer. You can explore previous runs and view the logs for each run. The maximum number of logs to keep is configurable. | ||
![Logs](../assets/demo/logs.png) | ||
|
||
A dedicated page for exploring the logs is also available. | ||
|
||
### More to come | ||
|
||
Burrito is under active development, and we are working on adding more features to the UI such as: | ||
|
||
- "Plan and apply" buttons | ||
- Notifications | ||
- User management | ||
- Pull request view | ||
... and more! |
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