diff --git a/variables.tf b/variables.tf index 7c2391a..b1b0483 100644 --- a/variables.tf +++ b/variables.tf @@ -272,11 +272,18 @@ variable "teams" { variable "repositories" { default = { + dashboard = { + description = "Mage-OS Dashboard showing an overview of all repositories, issues and pull requests." + teams = ["infrastructure"] + topics = ["mage-os", "ecommerce", "magento2", "adobecommerce"] + }, + devdocs-website = { description = "Mage-OS devdocs website" teams = ["infrastructure", "content"] topics = ["mage-os", "documentation", "ecommerce", "magento2", "adobecommerce"] }, + devdocs = { description = "Mage-OS devdocs" teams = ["infrastructure", "content"]