Terraform + Docker + Nginx + Git Branching Workflow
📌 Project Overview This project demonstrates: 📂 Branch Structure We are using three branches: Branch Name Purpose Project Content main Stable production-ready code. Contains the final tested project that provisions an Nginx container via Terraform. dev Development environment for ongoing work. Same core functionality as main but used for testing new changes before merging. feature-add-index… Read More »
