skills/smithery.ai/account-map-migration

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:

  1. Deploying account-map component first (chicken-and-egg problem)
  2. Remote state lookups for every component that needed account IDs
  3. Complex providers.tf with remote-state module calls
  4. Cross-account state access permissions

The new pattern:

Installs
1
First Seen
Mar 20, 2026
account-map-migration from smithery.ai