Skip to content

Commit

Permalink
πŸ‘· : rename master branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Jun 25, 2021
1 parent d869d0c commit b106a97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/visual-non-regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Visual Non Regression
on:
push:
branches:
- 'master'
- 'main'
pull_request:
branches:
- '*'
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img width="500" src="https://github.com/gaia-app/gaia/raw/master/assets/gaia_logo_with_title.png">
<img width="500" src="https://github.com/gaia-app/gaia/raw/main/assets/gaia_logo_with_title.png">
</p>

Gaia is a Terraform UI for your Terraform modules, and self-service infrastructure.
Expand All @@ -24,15 +24,15 @@ It features :

The module edition view allows you to edit module details, such as variables and their validation.

![module edition view](https://github.com/gaia-app/gaia/raw/master/assets/screenshot-gaia-module.png)
![module edition view](https://github.com/gaia-app/gaia/raw/main/assets/screenshot-gaia-module.png)

The stack view helps you to input your variable values, and shows job results and latest output values.

![stack edition view](https://github.com/gaia-app/gaia/raw/master//assets/screenshot-gaia-stack.png)
![stack edition view](https://github.com/gaia-app/gaia/raw/main/assets/screenshot-gaia-stack.png)

The job view shows you the Terraform workflow, and the logs of the `plan` and `apply` logs

![job view](https://github.com/gaia-app/gaia/raw/master//assets/screenshot-gaia-job.png)
![job view](https://github.com/gaia-app/gaia/raw/main/assets/screenshot-gaia-job.png)

## Requirements

Expand Down

0 comments on commit b106a97

Please sign in to comment.