v2.2.1
·
39 commits
to refs/heads/master
since this release
🚀 Enhancements
docs: fix AWS Organization import command Dan Miller (@milldr) (#860)
what
- Replaced incorrect
atmos workflow deploy/organizationreference with the correctatmos terraform importcommand for importing AWS Organization - Added instructions for finding Organization ID via AWS Console or CLI
- Updated documentation language to reflect direct Terraform import instead of workflow execution
why
- The workflow
deploy/organizationdoesn't actually import the organization—it deploys/manages it - Since workflows are generated from refarch-scaffold, they should not be referenced directly in these docs
- Users need a clear, direct command to import their existing AWS Organization into Terraform state
references
- Documentation location: /layers/accounts/deploy-accounts/
- AWS Organization import command uses the existing account component in core-gbl-root