Skip to content

Commit

Permalink
Adding inyt-datacomliance sumologic collector. (SumoLogic#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
satyabodharao authored Oct 22, 2020
1 parent e39db68 commit 88cdbaf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/collectors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,12 @@ module "nytimes-spg-inyt-subscription-api" {
env = var.env
}

module "nytimes-spg-inyt-datacompliance-api" {
source = "../modules/collector"

name = "nytimes-spg-inyt-datacompliance-api"
env = var.env
}

# These service don't have an associated GitHub repo
module "nytimes-infra-ftp-services" {
Expand Down

0 comments on commit 88cdbaf

Please sign in to comment.