From f2661700d3643921405d168dfec95d8073ef7e90 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 5 Feb 2024 14:06:32 +1300 Subject: [PATCH] add codemod repo (#35) --- terraform/github/terraform.tfvars | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index 921a3f8c2..605ab4c48 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -31,6 +31,11 @@ repositories = { is_archived = true } cluster = {} + codemod = { + description = "Code mod's for the Effect ecosystem" + homepage_url = "https://effect-ts.github.io/codemod" + pages = { build_type = "legacy" } + } data = { description = "Custom built data types leveraged by the Effect ecosystem" collaborators = [{ username = "enricopolanski", permission = "push" }]