You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mintlifydocs/config/organization.mdx
+2-1
Original file line number
Diff line number
Diff line change
@@ -45,9 +45,10 @@ Organization:
45
45
Accounts:
46
46
- Email: # (Required) Email used to create the account. This will be the root user for this account.
47
47
AccountName: # (Required) Name of the account.
48
+
Delete: # (Optional) Set to true if you want telophase to close the account, after closing an account it can be removed from organizations.yml.
49
+
# If deleting an account you need to pass in --allow-account-delete to telophasecli as a confirmation of the deletion.
48
50
Tags: # (Optional) Telophase label for this account. Tags translate to AWS tags with a `=` as the key value delimiter. For example, `telophase:env=prod`
49
51
Stacks: # (Optional) Terraform, Cloudformation and CDK stacks to apply to all accounts in this Organization Unit.
50
-
State: # (Optional) Can be set to `deleted` to delete an account. Experimental.
returnfmt.Errorf("attempting to delete account: (name:%s email:%s id:%s) stopping because --allow-account-delete is not passed into telophasecli", ao.Account.AccountName, ao.Account.Email, ao.Account.AccountID)
143
+
}
144
+
145
+
// Stacks need to be cleaned up from an AWS account before its closed.
0 commit comments