From 5561acab699ee7c55a694dffdcb881241e1c9975 Mon Sep 17 00:00:00 2001 From: David Lambauer Date: Wed, 21 Jun 2023 14:26:34 +0200 Subject: [PATCH] Added devdocs repo --- variables.tf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/variables.tf b/variables.tf index 035b7b3..78554fc 100644 --- a/variables.tf +++ b/variables.tf @@ -150,6 +150,7 @@ variable "teams" { "johnhughes1984", "wigman", "Vinai", + "DavidLambauer" ] } @@ -194,6 +195,11 @@ variable "teams" { variable "repositories" { default = { + devdocs = { + description = "Mage-OS devdocs" + teams = ["infrastructure", "content"] + topics = ["mage-os", "documentation", "ecommerce", "magento2", "adobecommerce"] + }, dev-env-gitpod = { description = "Mage-OS development environment via Gitpod." teams = ["infrastructure"]