From d5c06097c619dc96ef7a4733c1f7d9cb12b86c8d Mon Sep 17 00:00:00 2001 From: badra001 Date: Wed, 16 Jul 2025 12:30:45 -0400 Subject: [PATCH] update --- aws/documentation/account-decommission/vpc.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/aws/documentation/account-decommission/vpc.md b/aws/documentation/account-decommission/vpc.md index beb96756..c7095b17 100644 --- a/aws/documentation/account-decommission/vpc.md +++ b/aws/documentation/account-decommission/vpc.md @@ -1,3 +1,11 @@ +# removing account-specific vpc + +Create a branch + +```script +git checkout -b remove-vpc +``` + # remove vpc-endpoints, if present ```script @@ -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.