Skip to content

Commit

Permalink
New auth-seshd collector (SumoLogic#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
bLamarche413 authored Jan 15, 2021
1 parent fd7f967 commit ab67cce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions terraform/collectors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -220,3 +220,11 @@ module "nytm-fastly-bestsellers" {
name = "nytm-fastly-bestsellers"
env = var.env
}

# fastly-bestsellers Collectors
module "nytimes-auth-seshd" {
source = "../modules/collector"

name = "nytimes-auth-seshd"
env = var.env
}

0 comments on commit ab67cce

Please sign in to comment.