Terraform-IaC/README.md
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

483 B

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