Skip to content

Commit 7a02e97

Browse files
committed
Update comment to match code
1 parent b5c0f80 commit 7a02e97

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

remove_vpc.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,13 @@ def main():
145145
146146
Order of operation:
147147
148-
1.) Delete the internet gateway
149-
2.) Delete subnets
150-
3.) Delete route tables
151-
4.) Delete network access lists
152-
5.) Delete security groups
153-
6.) Delete the VPC
148+
1.) Confirm that the VPC has no allocated network interfaces
149+
2.) Delete the internet gateway
150+
3.) Delete subnets
151+
4.) Delete route tables
152+
5.) Delete network access lists
153+
6.) Delete security groups
154+
7.) Delete the VPC
154155
"""
155156

156157
# AWS Credentials

0 commit comments

Comments
 (0)