From a4b1aadd0bf56e8711c56d74624a4fa1a079fc30 Mon Sep 17 00:00:00 2001 From: Steinkirch <1130416+bt3gl@users.noreply.github.com> Date: Tue, 31 Mar 2020 17:03:36 -0700 Subject: [PATCH] Update README.md --- cdk/python/VPC_example/README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cdk/python/VPC_example/README.md b/cdk/python/VPC_example/README.md index e211eda..cf5f952 100644 --- a/cdk/python/VPC_example/README.md +++ b/cdk/python/VPC_example/README.md @@ -53,12 +53,6 @@ If everything looks right, deploy: cdk deploy --profile ``` -These are the resources that will be created with this command: - -![vpc](https://github.com/bt3gl/AWS_Resources/blob/master/CDK_examples/VPC_example/imgs/vpc.png) - - - To check all the stacks in the app: ```