This repository manages the infrastructure for the BistroByte restaurant management system using Terraform on AWS.
modules/- Reusable Terraform modulesstate/- S3 bucket and DynamoDB table for Terraform stateecr/- Elastic Container Registry repositories
state-setup/- Deploys the Terraform state backend resourcesenvironments/- Environment specific configurationsdev/prod/
- Initialize Terraform
terraform -chdir=state-setup init
- Apply state backend
terraform -chdir=state-setup apply
- Deploy an environment
Replace
terraform -chdir=environments/dev init terraform -chdir=environments/dev apply
devwithprodfor production.