|
@@ -136,6 +136,9 @@ for i in `seq -f "%g*" 0 9 | sort -n`; do
|
|
echo "========== Region completed: $i"
|
|
echo "========== Region completed: $i"
|
|
fi
|
|
fi
|
|
done
|
|
done
|
|
|
|
+ elif [[ -f DISABLED ]]; then
|
|
|
|
+ echo Skipping module due to \"DISABLED\" file.
|
|
|
|
+ EXITCODE=0
|
|
else
|
|
else
|
|
[[ $TESTING ]] && ${TERRAGRUNT_BIN} plan # Run a plan if testing
|
|
[[ $TESTING ]] && ${TERRAGRUNT_BIN} plan # Run a plan if testing
|
|
[[ $TESTING ]] || ${TERRAGRUNT_BIN} init # Run an init and apply otherwise
|
|
[[ $TESTING ]] || ${TERRAGRUNT_BIN} init # Run an init and apply otherwise
|