organization.yml and perform:
- Changes required to AWS Organization, provisioning/deprovisioning new accounts.
- Provision Resources within the accounts:
- CDK deploy. Telophase runs
cdk bootstrapandcdk synthon every deploy. - Terraform apply. Telophase automatically runs
terraform planif no plan exists. telophasecli diffdoes NOT need to be run beforetelophasecli deploy.
Examples
For the following examples, we will use the followingorganization.yml.
organization.yml
Using Tags
Runningtelophasecli deploy --tag="env=production" will only deploy terraform and CDK changes for the accounts named US0, US1, US2, US3. The resulting TUI looks like:

