Added more information in the README
This commit is contained in:
parent
0182edd245
commit
b51489c25c
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
@ -1,2 +1,26 @@
|
|||
# Terraform-IaC
|
||||
|
||||
This repository contains all the Terraform code I use to deploy the infrastructure for my cloud services.
|
||||
|
||||
Folder structure:
|
||||
```
|
||||
.
|
||||
├── hetzner
|
||||
│ ├── Projects
|
||||
│ │ ├── Development
|
||||
│ │ │ └── mailcow
|
||||
│ │ └── Pterodactyl
|
||||
│ │ ├── node-01
|
||||
│ │ ├── panel
|
||||
│ │ └── pterodactyl
|
||||
│ └── template
|
||||
├── LICENSE
|
||||
└── README.md
|
||||
```
|
||||
|
||||
`./hetzner/` - projects hosted on Hetzner Cloud
|
||||
`./*/Projects/` - all my projects in my production environment
|
||||
`./*/Development/` - all my projects in my development environment
|
||||
`./hetzner/Projects/Pterodactyl/` - a game server management panel
|
||||
`./hetzner/Development/mailcow/` - a mailserver suite
|
||||
|
||||
|
|
Loading…
Reference in a new issue