account-map-migration
Installation
SKILL.md
Account Map Migration
This repository has migrated away from the account-map component to use Atmos Auth for authentication. Instead of
dynamically looking up account IDs via the account-map component's remote state, we use a static account_map variable
defined in stacks/orgs/acme/_defaults.yaml.
Why We Migrated
The legacy account-map component pattern required:
- Deploying account-map component first (chicken-and-egg problem)
- Remote state lookups for every component that needed account IDs
- Complex
providers.tfwith remote-state module calls - Cross-account state access permissions
The new pattern: