# Datafy AWS Infrastructure

## Structure

```
environments/
  production/    # Shared Services 

stacks/
  networking/         # VPC, subnets, security groups
  baseline/           # GuardDuty, CloudTrail, Config, account settings
  datafy/          # shared services application stack (calls stacks/baseline)

modules/
  aws-so-*/           # internal reusable modules
```

## Adding an environment

1. Copy an existing environment directory
2. Update `backend.tf` with the new workspace name
3. Update the `.auto.tfvars` file with environment-specific values
