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

Directory structure

PreviousIntroductionNextMaster account

Last updated 3 years ago

Was this helpful?

Configuration related to organization management goes under the organization directory in your Takomo project directory. Inside it, there is the organization.yml file that contains most of the organization configuration and four directories - one for each type of organization policy.

.
├─ stacks
├─ templates
├─ helpers
├─ partials
├─ resolvers
├─ hooks
├─ schemas
├─ deployment
├─ config-sets
└─ organization
   ├─ service-control-policies
   ├─ tag-policies
   ├─ backup-policies
   ├─ ai-services-opt-out-policies
   └─ organization.yml

The rest of the directories are explained .

here