Skip to content

chore: use large modules in dogfood template #18389

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

Merged
merged 2 commits into from
Jun 16, 2025

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Jun 16, 2025

Large modules can potentially break or slow down template behaviors. Our primary dogfood template should experience this if it becomes an issue.

Just trying to catch things in dogfood before we experience them in the wild.

Note: On main today, you would never know this used to be a problem. I see no difference, and want to keep it that way.

Large modules can potentially break or slow down template behaviors.
Our primary dogfood template should experience this if it becomes
an issue.
@Emyrk Emyrk changed the title chore: dogfood large modules chore: use large modules in dogfood template Jun 16, 2025
Copy link
Member

@johnstcn johnstcn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume you've tested this already with a separate version of the dogfood template?

@Emyrk
Copy link
Member Author

Emyrk commented Jun 16, 2025

I assume you've tested this already with a separate version of the dogfood template?

Yes sir! I made a version that uses this module and created/deleted a workspace.

@Emyrk Emyrk merged commit d562466 into main Jun 16, 2025
36 checks passed
@Emyrk Emyrk deleted the stevenmasley/dogfood_large_modules branch June 16, 2025 13:51
@github-actions github-actions bot locked and limited conversation to collaborators Jun 16, 2025
Comment on lines +20 to +22
module "large-5mb-module" {
source = "git::https://github.com/Emyrk/large-module.git"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be used to test our Terraform module caching proxy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants