> The source argument in a module block tells Terraform where to find the source code for the desired child module. [[doc](https://www.terraform.io/docs/modules/sources.html)] Following this issue (#54), we should be able to support the `source` argument. - [ ] Local paths - [ ] Terraform Registry - [ ] Github - [ ] Bitbucket - [ ] Generic Git, Mercurial repositories - [ ] HTTP URLs - [ ] S3 Buckets - [ ] GCS Buckets
[doc]
Following this issue (#54), we should be able to support the
sourceargument.