What should be done every time you modify the source parameter of a module?
Answer
Run terraform init -upgrade (or terraform get -update on older versions) so Terraform downloads the new version of the module and updates the .terraform/modules directory.