Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For #18191 Why add another repo? Terraform clones the entire repo for every submodule used when running `terraform init`. For our monorepo, that is 11GB, which significantly slows down deployment speed using Terraform. By moving our Terraform modules to a dedicated repo, we reduce this to <1MB, which will shave minutes off of `terraform init` for anyone who uses it. Because our CI deployment runs `terraform init` on every environment, this will result in savings of several hours of CI runners per month. --------- Co-authored-by: Luke Heath <[email protected]>
- Loading branch information