forge

🧩 Infra Forge Deployment Example

This folder provides a complete, multi-tenant Forge deployment using Terragrunt for layered configuration.

⚠️ Important: Replace all <ADD YOUR VALUE> placeholders with actual values (e.g., tokens, ARNs, config IDs) before deploying.


⚠️ Prerequisites

Before deploying, ensure:


🚀 Deployment

Apply a Single Module

terragrunt apply terragrunt/environments/prod/regions/eu-west-1/vpcs/sl/tenants/forge/runner_settings.hcl

Apply All Modules Recursively

terragrunt run-all apply terragrunt/environments/prod/

Tip: Always run terragrunt run-all plan first to validate changes before applying.