#### Global variables - These allow the script to be run by non-bigbang devs easily
#### Global variables - These allow the script to be run by non-bigbang devs easily - Update VPC_ID here or export environment variable for it if not default VPC
if[[-z"${VPC_ID}"]];then
# default
VPC_ID=vpc-065ffa1c7b2a2b979
...
...
@@ -91,6 +91,9 @@ VPC="${VPC_ID}" # default VPC
RESET_K3D=false
ATTACH_SECONDARY_IP=${ATTACH_SECONDARY_IP:=false}
#### Querying for first pub subnet to deploy EC2 to ####