Skip to content

Commit 68e9058

Browse files
authored
chore: use coder repository for large module in dogfood (#18391)
1 parent fa86cc4 commit 68e9058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/coder/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ terraform {
1818
// In reality, modules might have accidental bloat from non-terraform files such
1919
// as images & documentation.
2020
module "large-5mb-module" {
21-
source = "git::https://github.com/Emyrk/large-module.git"
21+
source = "git::https://github.com/coder/large-module.git"
2222
}
2323

2424
locals {

0 commit comments

Comments
 (0)