diff --git a/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/README.md b/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/README.md index 3cdad0b41..ebd8a6dd4 100644 --- a/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/README.md +++ b/aws-ts-vpc-with-ecs-fargate-py/vpc-crosswalk-ts/README.md @@ -165,6 +165,6 @@ You need to select `yes` to continue. The url will look similar to the url belo 10. Cleanup. Destroy the vpc only if all there are no other resources running in it such as ecs fargate. ``` - $ pulumi destroy + $ pulumi destroy -y $ pulumi rm vpc-fargate ``` \ No newline at end of file