Skip to content

v2.2.1

Choose a tag to compare

@cloudpossebot cloudpossebot released this 28 Jan 03:06
· 39 commits to refs/heads/master since this release
aa49952

🚀 Enhancements

docs: fix AWS Organization import command Dan Miller (@milldr) (#860)

what

  • Replaced incorrect atmos workflow deploy/organization reference with the correct atmos terraform import command 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/organization doesn'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