chore: use coder repository for large module in dogfood (#18391)

This commit is contained in:
Steven Masley
2025-06-16 09:56:33 -05:00
committed by GitHub
parent fa86cc4adf
commit 68e9058712

View File

@ -18,7 +18,7 @@ terraform {
// In reality, modules might have accidental bloat from non-terraform files such // In reality, modules might have accidental bloat from non-terraform files such
// as images & documentation. // as images & documentation.
module "large-5mb-module" { module "large-5mb-module" {
source = "git::https://github.com/Emyrk/large-module.git" source = "git::https://github.com/coder/large-module.git"
} }
locals { locals {