mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
chore: use coder repository for large module in dogfood (#18391)
This commit is contained in:
@@ -18,7 +18,7 @@ terraform {
|
||||
// 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"
|
||||
source = "git::https://github.com/coder/large-module.git"
|
||||
}
|
||||
|
||||
locals {
|
||||
|
||||
Reference in New Issue
Block a user