As mentioned in #7, using this module and issuing a terraform get can take quite a long time to complete; this is due to there being multiple modules found within the https://github.com/coreos/tectonic-installer repository which is fairly large; Terraform isn't very intelligent here and will download a separate copy of the whole repository in order to fetch each referenced module.
From experience, it took ~ 15 minutes to complete and I ended up with this in my .terraform/modules/ directory after a terraform get:
As mentioned in #7, using this module and issuing a
terraform get
can take quite a long time to complete; this is due to there being multiple modules found within the https://github.com/coreos/tectonic-installer repository which is fairly large; Terraform isn't very intelligent here and will download a separate copy of the whole repository in order to fetch each referenced module.From experience, it took ~ 15 minutes to complete and I ended up with this in my
.terraform/modules/
directory after aterraform get
:That's ~ 16 copies of the same repository and about 2 GB of data.