No description
Find a file
Oscar Blue d03573a6ad
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Moved templates
2023-07-09 17:05:29 +01:00
.woodpecker Expose secrets in appropriate tests 2022-12-03 04:07:30 +00:00
hetzner/Projects Moved templates 2023-07-09 17:05:29 +01:00
template/hetzner-infra Moved templates 2023-07-09 17:05:29 +01:00
.gitignore Initial commit 2022-04-07 20:59:45 +01:00
.pre-commit-config.yaml Added basic pre-commit config 2023-07-09 17:03:05 +01:00
LICENSE Initial commit 2022-04-07 20:59:45 +01:00
Makefile Added basic pre-commit config 2023-07-09 17:03:05 +01:00
README.md Added more information in the README 2022-04-07 21:12:56 +01:00

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