File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ command -v localstack >/dev/null 2>&1 || { echo >&2 "localstack CLI is required
3232command -v az > /dev/null 2>&1 || { echo >&2 " az CLI is required but not installed. Aborting." ; exit 1; }
3333command -v azlocal > /dev/null 2>&1 || { echo >&2 " azlocal is required but not installed. Run 'pip install azlocal'. Aborting." ; exit 1; }
3434command -v funclocal > /dev/null 2>&1 || { echo >&2 " funclocal is required but not installed. Run 'pip install azlocal'. Aborting." ; exit 1; }
35- command -v tflocal > /dev/null 2>&1 || { echo >&2 " tflocal is required but not installed. Run 'pip install terraform-local'. Aborting." ; exit 1; }
35+ # command -v tflocal >/dev/null 2>&1 || { echo >&2 "tflocal is required but not installed. Run 'pip install terraform-local'. Aborting."; exit 1; }
3636command -v terraform > /dev/null 2>&1 || { echo >&2 " terraform CLI is required but not installed. Aborting." ; exit 1; }
3737command -v func > /dev/null 2>&1 || { echo >&2 " Azure Functions Core Tools (func) is required but not installed. Aborting." ; exit 1; }
3838
You can’t perform that action at this time.
0 commit comments