From 0adc919f79ac116d0352227085ce27243b59f2f1 Mon Sep 17 00:00:00 2001 From: David Lambauer Date: Wed, 21 Jun 2023 14:37:53 +0200 Subject: [PATCH] Added Repo for the devdocs website --- variables.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/variables.tf b/variables.tf index 035b7b3..c9d2fcf 100644 --- a/variables.tf +++ b/variables.tf @@ -194,6 +194,11 @@ variable "teams" { variable "repositories" { default = { + devdocs-website = { + description = "Mage-OS devdocs website" + teams = ["infrastructure", "content"] + topics = ["mage-os", "documentation", "ecommerce", "magento2", "adobecommerce"] + }, dev-env-gitpod = { description = "Mage-OS development environment via Gitpod." teams = ["infrastructure"]