You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disappointingly when I run terraform init, this is very slow because for each of foo_a, foo_b, foo_c, etc. - terraform downloads the whole git source again. Can't it instead work out that it needs that source once, and download it once?
I run a terraform init on each terraform command, so the slowness is exacerbated a bit.
Thanks!
The text was updated successfully, but these errors were encountered:
If you are using CI and make heavy use of modules, this adds a lot of time to each deploy. (Even if you do cache WORKING_DIRECTORY/.terraform/modules, which can sometimes present its own set of problems...)
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Apr 3, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform 0.11.1
I have a submodule which I instantiate several times e.g.:
Disappointingly when I run terraform init, this is very slow because for each of foo_a, foo_b, foo_c, etc. - terraform downloads the whole git source again. Can't it instead work out that it needs that source once, and download it once?
I run a terraform init on each terraform command, so the slowness is exacerbated a bit.
Thanks!
The text was updated successfully, but these errors were encountered: