Skip to content

Commit e04d78f

Browse files
committed
fix indent
1 parent 8d0fff8 commit e04d78f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/2.0/docs/accountfactory/tutorials/remove-account.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ After making all necessary code changes, commit them to Git with **[skip ci]** i
2929
4. Delete the account request file for each account to be removed
3030

3131
:::danger
32-
33-
Make sure you delete the correct account request file and do not attempt to delete more than five accounts at once, as [Control Tower has concurrent operations limit of 5](https://github.com/gruntwork-io/terraform-aws-control-tower/tree/main/modules/landingzone/control-tower-account-factory#resourceinuseexception).
32+
33+
Make sure you delete the correct account request file and do not attempt to delete more than five accounts at once, as [Control Tower has concurrent operations limit of 5](https://github.com/gruntwork-io/terraform-aws-control-tower/tree/main/modules/landingzone/control-tower-account-factory#resourceinuseexception).
3434

3535
:::
3636

3737
5. Edit the `accounts.yml` file in the repository to remove data for the accounts being deleted
3838
6. Remove the targeted account(s) from the Control Tower module in the *management* account by running these commands:
3939

40-
```bash
41-
cd management/_global/control-tower-multi-account-factory/ # Navigate to the Control Tower module directory
42-
terragrunt plan # Verify no accounts are set for destruction but outputs are updated
43-
terragrunt apply # Apply the changes.
44-
```
40+
```bash
41+
cd management/_global/control-tower-multi-account-factory/ # Navigate to the Control Tower module directory
42+
terragrunt plan # Verify no accounts are set for destruction but outputs are updated
43+
terragrunt apply # Apply the changes.
44+
```
4545
7. (Optional) Remove AWS Transit Gateway (TGW) attachments if the account uses AWS TGW by running:
4646

4747
```bash

0 commit comments

Comments
 (0)