By default git doesn't convert symlinks to the Windows equivalent. This causes an "Argument or block definition required" error during terraform init.
To enable this run:
git config --global core.symlinks true
This should be added to the documentation of this repo and all dependent projects.