From b51489c25c54baf360288c441a8ec39c93f07318 Mon Sep 17 00:00:00 2001 From: Oscar Pocock Date: Thu, 7 Apr 2022 21:12:56 +0100 Subject: [PATCH] Added more information in the README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index ba7283d..61c431e 100644 --- a/README.md +++ b/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 +