Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An md5 hash of the dst is used as the folder name on disk. In hashicorp#1418 this was altered to not be platform specific. The dst was changed from the source to a key based on the module path. This was done so that terraform push would work. This had the side affect that modules with the same source would result in multiple downloads. This was acknowledged in the original commit. This is a simple way to have the key be based on source again. Tested with terraform get and all works ok. With terraform get --update the update is done multiple times as if the 1:1 mapping was still in place.
- Loading branch information