diff --git a/terraform/github/terraform.tfvars b/terraform/github/terraform.tfvars index 5c5d8bccd..5ccc30d22 100755 --- a/terraform/github/terraform.tfvars +++ b/terraform/github/terraform.tfvars @@ -77,7 +77,7 @@ repositories = { } experimental = { description = "A repository for experimental Effect libraries" - has_pages = false + homepage_url = "https://effect-ts.github.io/experimental" } figlet = { description = "An implementation of a FIGlet font parser and renderer built with Effect" @@ -108,10 +108,6 @@ repositories = { topics = ["functional-programming", "pattern-matching", "typescript"] is_archived = true } - monorepo-testing = { - collaborators = [{ username = "fubhy", permission = "push" }] - has_pages = false - } opentelemetry = { description = "OpenTelemetry integration with Effect" homepage_url = "https://effect-ts.github.io/opentelemetry"