Skip to content

Commit

Permalink
Merge pull request SumoLogic#15 from nytimes/pubsys
Browse files Browse the repository at this point in the history
Add pubsys collectors
  • Loading branch information
mlclmj authored Jul 15, 2020
2 parents 2af77e1 + 4f2fb39 commit 718a8ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions terraform/collectors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ module "nytimes-spg-productservice" {

name = "nytimes/spg-productservice"
}

module "nytm-pubsys-output-scripts" {
source = "../modules/collector"

name = "nytm/pubsys-output-scripts"
}

module "nytm-pubsys-newsgate-ConfigBase1" {
source = "../modules/collector"

name = "nytm/pubsys-newsgate-ConfigBase1"
}

0 comments on commit 718a8ac

Please sign in to comment.