Deploying organization
You use the deploy organization command to make your AWS organization match the configuration found in the organization configuration file.
Example
This is how you deploy your configuration:
Organization admin role
By default, Takomo uses the credentials currently available in the terminal session to execute operations that query information from the organization and alter its state.
You can also instruct Takomo to use a specific IAM role to perform these organization management operations by setting the organizationAdminRoleName
property in the organization configuration.
Please note that you need to give only a role name and not a full role ARN.
Example
This is how you set the organization admin role.
organization/organization.yml
Last updated