Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative ways to speed up "collie foundation docs" #273

Open
JohannesRudolph opened this issue Feb 5, 2024 · 0 comments
Open

Alternative ways to speed up "collie foundation docs" #273

JohannesRudolph opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels
idea A product idea for the Collie CLI project

Comments

@JohannesRudolph
Copy link
Member

JohannesRudolph commented Feb 5, 2024

After the unsucessful attempt of enabling fast output collection via parallel terraform invocations (see #271) I've been looking into alternative ways of speeding up the workflow with terragrunt.

Here are some avenues I've tried:

  • Terragrunt has some fundamental performance optimization potential for complex multi-module configurations, see Cache terraform configurations used to fetch dependency outputs gruntwork-io/terragrunt#2202
  • I tried looking into caching outputs, however finding a good cache key is non trivial. I looked into abusing .terragrunt-source-version but it seems that any change to one platform module also changes hashes for other modules (verify using ,find . -type f -name ".terragrunt-source-version" -exec sh -c 'echo {}; cat {};echo ""' \;). so this would provide little use in practice
@JohannesRudolph JohannesRudolph added the idea A product idea for the Collie CLI project label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea A product idea for the Collie CLI project
Projects
None yet
Development

No branches or pull requests

3 participants