diff --git a/terraform/production/repositories.tfvars b/terraform/production/repositories.tfvars index 8c15741..3b6956e 100644 --- a/terraform/production/repositories.tfvars +++ b/terraform/production/repositories.tfvars @@ -314,5 +314,28 @@ repositories = { members = [ ] } + + "rest-framework-tutorial" = { + description = "The Django REST framework tutorial. 🎓" + homepage_url = "https://www.django-rest-framework.org/tutorial/1-serialization/" + allow_merge_commit = false + allow_rebase_merge = false + allow_squash_merge = true + allow_update_branch = true + + has_discussions = false + has_wiki = false + admins = [ + # "auvipy", # Not part of the org yet + "browniebroke", + "peterthomassen", + ] + committers = [ + ] + members = [ + ] + } + + }