It's a good place to put notes as to 'why', too. also adds some missing .tfswitch.toml links.
@@ -136,6 +136,9 @@ for i in `seq -f "%g*" 0 9 | sort -n`; do
echo "========== Region completed: $i"
fi
done
+ elif [[ -f DISABLED ]]; then
+ echo Skipping module due to \"DISABLED\" file.
+ EXITCODE=0
else
[[ $TESTING ]] && ${TERRAGRUNT_BIN} plan # Run a plan if testing
[[ $TESTING ]] || ${TERRAGRUNT_BIN} init # Run an init and apply otherwise
@@ -0,0 +1 @@
+Terraform only. Disabled for terragrunt-apply-all
+../../../../../.tfswitch.toml
+Proof of concept code that we may need in the future.
+../../../../.tfswitch.toml