Commit eafb695c by Feanil Patel

fixup! Region aware vpc connection.

parent 35902098
...@@ -112,7 +112,7 @@ fi ...@@ -112,7 +112,7 @@ fi
region_params="" region_params=""
if [[ ! -z "$region" ]]; then if [[ ! -z "$region" ]]; then
region_params='--region us-east-1' region_params="--region $region"
fi fi
cd configuration cd configuration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment