Skip to content

Commit

Permalink
fix: zsec cc_instance_size
Browse files Browse the repository at this point in the history
* fix: zsec cc_instance_size
  • Loading branch information
jmolnar-zscaler authored Sep 27, 2023
1 parent ee7e899 commit 05bbeb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/zsec
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ fi
# ---


cc_instance_size_default=small
cc_instance_size=small
echo "export TF_VAR_cc_instance_size=${cc_instance_size}" >> .zsecrc
#read -r -p "Enter CC Instance Size. Valid input = small, medium, or large. This needs to match the size chosen in the CC provisioning template [Default=$cc_instance_size_default]: " cc_instance_size_input
#cc_instance_size=${cc_instance_size_input:-$cc_instance_size_default}
# case $cc_instance_size in
Expand Down

0 comments on commit 05bbeb4

Please sign in to comment.