From b47794d54c5bbfe7a3da94f5349bd80400086bd1 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Tue, 23 Oct 2018 17:36:28 -0700 Subject: [PATCH] cmd/awstester/csi: update "vpc-id" command Signed-off-by: Gyuho Lee --- cmd/awstester/csi/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/awstester/csi/command.go b/cmd/awstester/csi/command.go index 87950bbe1..78358bb96 100644 --- a/cmd/awstester/csi/command.go +++ b/cmd/awstester/csi/command.go @@ -49,7 +49,7 @@ AWS_SHARED_CREDENTIALS_FILE=~/.aws/credentials \ --terminate-on-exit=false \ --csi=master \ --timeout=20m \ - --vpc-id=vpc-0c59620d91b2e1f92 + --vpc-id="" AWS_SHARED_CREDENTIALS_FILE=~/.aws/credentials \