Hey team, the fix for 101 is incomplete, since it only rewrites urls with https schema. URLs like git::ssh://git@github.com/private-org/terraform-modules are not being rewritten and the download fails with:
Host key verification failed.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
there should be a rewrite that would also force git::ssh:// URLs to use authentication as well.