Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 16, 2025
1 parent 98e5315 commit d5c0609
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions aws/documentation/account-decommission/vpc.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# removing account-specific vpc

Create a branch

```script
git checkout -b remove-vpc
```

# remove vpc-endpoints, if present

```script
Expand Down Expand Up @@ -57,3 +65,15 @@ manage-remote-state.sh delete
tf-run clean
rm -rf .terraform*
```

# finalize

Commit, push and PR

```script
git commit -a -m "remove VPC {region}/vpc{N}" .
git push
# do PR
```

where {region} is east or west, and vpc{N} is the vpc number, like vpc6.

0 comments on commit d5c0609

Please sign in to comment.