Skip to content

Commit

Permalink
fix: fixed BUG-179036
Browse files Browse the repository at this point in the history
rhartnett-zscaler committed Jul 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7d85a15 commit bf37474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/zsec
Original file line number Diff line number Diff line change
@@ -1000,7 +1000,7 @@ first_run="yes"
echo "Terraform will use an existing Storage Account. *Note* - Storage Account must reside in the same Subscription"
echo "export TF_VAR_existing_storage_account=true" >> .zsecrc
read -r -p "${CYAN}Enter the Name of your existing Storage Account: ${RESET}" existing_storage_account_name
echo "export TF_VAR_existing_storage_account_name =${existing_storage_account_name }" >> .zsecrc
echo "export TF_VAR_existing_storage_account_name=${existing_storage_account_name}" >> .zsecrc
read -r -p "${CYAN}Enter the Resource Group of your existing Storage Account: ${RESET}" existing_storage_account_rg
echo "export TF_VAR_existing_storage_account_rg=${existing_storage_account_rg}" >> .zsecrc
echo "Azure Function App will use Storage Account: $existing_storage_account_name in RG: $existing_storage_account_rg"

0 comments on commit bf37474

Please sign in to comment.