Skip to content

Commit

Permalink
Merge pull request #72 from sprankhub/add-repos
Browse files Browse the repository at this point in the history
Add missing repos
  • Loading branch information
sprankhub committed Sep 8, 2023
2 parents 8c02c77 + 90742f9 commit a1f1866
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -308,12 +308,24 @@ variable "repositories" {
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"]
}

mageos-async-events-admin-ui = {
description = "This module provides an admin UI for the Mage-OS Asynchronous Events module."
teams = ["distribution", "async-events"]
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"]
}

mageos-commerce-data-export = {
description = "This is a Mage-OS fork of the Magento Commerce Data Export Project found at https://github.com/magento/commerce-data-export."
teams = ["distribution"]
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"]
}

mageos-common-async-events = {
description = "This module implements the most common events like order creation or customer change for the Mage-OS Asynchronous Events module."
teams = ["distribution", "async-events"]
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"]
}

mageos-composer = {
description = "This is a Mage-OS fork of the Magento Composer package Project found at https://github.com/magento/composer."
teams = ["distribution"]
Expand Down

0 comments on commit a1f1866

Please sign in to comment.