A CDK stack will create an S3 bucket for a terraform state will be create in each account. Additionally, a Terraform stack will create a CI deploy role in each account in the Production OU.
Copy
LOCALSTACK=true telophasecli deploy --tui
Inspect the accounts using awslocal
Learn how Localstack handles multi-account auth here
Copy
# View the organizations you have createdawslocal organizations list-accounts# Each account will have its own tfstate bucket AWS_ACCESS_KEY_ID=$AN_ORG_FROM_ABOVE awslocal s3 ls# New roles will be created in each accountAWS_ACCESS_KEY_ID=$AN_ORG_FROM_ABOVE awslocal iam list-roles