mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: use large modules in dogfood template (#18389)
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.
This commit is contained in:
@@ -11,6 +11,16 @@ terraform {
|
||||
}
|
||||
}
|
||||
|
||||
// This module is a terraform no-op. It contains 5mb worth of files to test
|
||||
// Coder's behavior dealing with larger modules. This is included to test
|
||||
// protobuf message size limits and the performance of module loading.
|
||||
//
|
||||
// In reality, modules might have accidental bloat from non-terraform files such
|
||||
// as images & documentation.
|
||||
module "large-5mb-module" {
|
||||
source = "git::https://github.com/Emyrk/large-module.git"
|
||||
}
|
||||
|
||||
locals {
|
||||
// These are cluster service addresses mapped to Tailscale nodes. Ask Dean or
|
||||
// Kyle for help.
|
||||
|
||||
Reference in New Issue
Block a user