Go to file
Oscar Blue 4480a44413
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
Changed project structure
2023-07-09 17:17:38 +01:00
.woodpecker Expose secrets in appropriate tests 2022-12-03 04:07:30 +00:00
archive/hetzner Changed project structure 2023-07-09 17:17:38 +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 Changed project structure 2023-07-09 17:17:38 +01:00

Terraform-IaC

This repository contains all the Terraform code I use to deploy the infrastructure for my cloud services.

Folder structure:

.
├── archive
├── dev
├── LICENSE
├── Makefile
├── prd
├── README.md
└── template

./archive/ - legacy projects ./dev/ - development environment ./prd/ - production environment ./[env]/infra/ - non project-specific infrastructure ./[env]/projects/ - projects for each environment