Commands
telophasecli deploy
This command will read organization.yml
and perform:
- Changes required to AWS Organization, provisioning/deprovisioning new accounts.
- Provision Resources within the accounts:
- CDK deploy. Telophase runs
cdk bootstrap
andcdk synth
on every deploy. - Terraform apply. Telophase automatically runs
terraform plan
if no plan exists. telophasecli diff
does NOT need to be run beforetelophasecli deploy
.
Examples
For the following examples, we will use the following organization.yml
.
organization.yml
Using Tags
Running telophasecli deploy --tag="env=production"
will only deploy terraform and CDK changes for the accounts named US0
, US1
, US2
, US3
. The resulting TUI looks like: