telophasecli icon indicating copy to clipboard operation
telophasecli copied to clipboard

Open Source AWS Control Tower

Results 10 telophasecli issues
Sort by recently updated
recently updated
newest added

We want to allow explicit account deletion by setting a field `Delete: true` in the Accounts: field For example, ```yaml Accounts: - Email: "[email protected]" Name: "MyAccount" Delete: true ```

With this implementation someone could add Destroy to a stack, then deploy and the stack would be destroyed in all accounts.

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

Currently, telophase can only be setup once AWS organizations has been enable by the end user. It can be helpful to provision the root AWS Organization via code. For example,...

enhancement

Currently, we encourage users when they want to clean up to: 1. remove resources tracked in a Telophase `Stack` 2. apply telophase for the empty `Stack` 3. Stop tracking the...

enhancement

Sometimes you want to call [aws cloudformation --rollback-stack](https://docs.aws.amazon.com/cli/latest/reference/cloudformation/rollback-stack.html) across all managed telophase accounts. We should support this underlying call

Stacksets can be helpful for automatically deploying on account creation within an OU or Organization. However, a lot of what stacksets set out to do can be accomplished via telophasecli's...