mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00: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
|
// 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 {
|
||||||
|
Reference in New Issue
Block a user