- terraform init -backend-config="infrastructure-prod.config"
- terraform plan -var-file="production.tfvars"
- terraform apply -var-file="production.tfvars" -auto-approve
- Build stage - sh deploy.sh build
- Dockerize app - sh deploy.sh dockerize
- Deploy App to ECS fargate - sh deploy.sh deploy