Skip to content

Commit

Permalink
Merge pull request #83 from gowrizrh/add-async-events-sinks
Browse files Browse the repository at this point in the history
🎉 Add async events mono repo
  • Loading branch information
sprankhub authored Apr 29, 2024
2 parents 21ffa08 + d6c88e1 commit f064170
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,30 @@ variable "repositories" {
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"]
}

mageos-async-events-sinks = {
description = "This is a mono repository for different event sinks for mageos-async-events."
teams = ["distribution", "async-events"]
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce"]
}

mageos-async-events-aws = {
description = "This module provides events integrations to AWS."
teams = ["distribution", "async-events"]
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce", "aws"]
}

mageos-async-events-azure = {
description = "This module provides events integrations to Azure."
teams = ["distribution", "async-events"]
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce", "azure"]
}

mageos-async-events-gcp = {
description = "This module provides events integrations to GCP."
teams = ["distribution", "async-events"]
topics = ["mage-os", "magento", "ecommerce", "magento2", "adobecommerce", "gcp"]
}

mageos-async-events-admin-ui = {
description = "This module provides an admin UI for the Mage-OS Asynchronous Events module."
teams = ["distribution", "async-events"]
Expand Down

0 comments on commit f064170

Please sign in to comment.