Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier2p committed Sep 9, 2023
1 parent b2bcfe4 commit b2fcca8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,22 @@ cd ../terraform
terraform init
terraform apply
``` -->

## Structure

```txt
./forge
├── hosts # Hosts configuration
│   ├── common # Common configuration for all hosts
│   ├── exegol
│   └── scariff
├── stacks # Stacks of services
| ├── monitoring
| ├── media
| └── cloud
├── main.tf # Entry point
├── providers.tf
├── outputs.tf
├── variables.tf
└── forge.tfvars # Private
```

0 comments on commit b2fcca8

Please sign in to comment.