Securely manages and retrieves environment variables, AWS ARNs, GCP Project IDs, and other sensitive deployment configurations without hardcoding them into the codebase.
@aws-deploy or @gcp-deploy to fetch required IDs..env files)..env.enc (encrypted) or a cloud provider (AWS Secrets Manager / GCP Secret Manager).
aws secretsmanager get-secret-value --secret-id BattleTrisConfig@aws-deploy) can use them as $APP_RUNNER_ARN or $AWS_ACCOUNT_ID.