We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83706b commit 3b8c8d3Copy full SHA for 3b8c8d3
dogfood/coder/main.tf
@@ -11,6 +11,16 @@ terraform {
11
}
12
13
14
+// This module is a terraform no-op. It contains 5mb worth of files to test
15
+// Coder's behavior dealing with larger modules. This is included to test
16
+// protobuf message size limits and the performance of module loading.
17
+//
18
+// In reality, modules might have accidental bloat from non-terraform files such
19
+// as images & documentation.
20
+module "large-5mb-module" {
21
+ source = "git::https://github.com/Emyrk/large-module.git"
22
+}
23
+
24
locals {
25
// These are cluster service addresses mapped to Tailscale nodes. Ask Dean or
26
// Kyle for help.
0 commit comments