Organizations
  • What is Takomo Organizations?
  • Organization configuration
    • Introduction
    • Directory structure
    • Master account
    • Organizational units
    • Accounts
    • Policies
    • Deploying organization
  • Accounts
    • Creating accounts
    • Account aliases
    • Listing accounts
  • Account stacks
    • Config sets
    • Bootstrap config sets
    • Variables
    • Deploying config sets
    • Removing config sets
  • Command-line usage
    • Organization
      • Create organization
      • Describe organization
      • Deploy organization
    • Account
      • Create account
      • Create account alias
      • Delete account alias
      • List accounts
    • Account stacks
      • List accounts stacks
      • Deploy accounts
      • Undeploy accounts
      • Bootstrap accounts
      • Tear down accounts
Powered by GitBook
On this page

Was this helpful?

  1. Organization configuration

Master account

You need to specify the organization master account in the organization configuration. Takomo uses this information to ensure that organization management operations target the correct AWS organization. Use masterAccountId property to specify the master account.

Example

This is how you specify the master account id.

organization/organization.yml
masterAccountId: "098765432100"
PreviousDirectory structureNextOrganizational units

Last updated 3 years ago

Was this helpful?