Skip to content

Commit

Permalink
DV-6750: Create SumoSource Category for PrintSiteManagementService (S…
Browse files Browse the repository at this point in the history
…umoLogic#105)

* DV-6750 Create SumoSource Category for PrintSiteManagementService

Adding Sumo Changes for B2B PSMS

* fixing git path
  • Loading branch information
manojrana-nytimes committed Sep 25, 2020
1 parent 0aa2205 commit 60afd4e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions terraform/collectors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ module "nytimes-spg-productservice" {
env = var.env
}

module "nytimes-spg-printsite-management-service" {
source = "../modules/collector"

name = "nytimes/spg-printsite-management-service"
env = var.env
}

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

Expand Down
11 changes: 11 additions & 0 deletions terraform/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ output "nytimes-spg-productservice-source-category" {
description = "HTTP endpoints and sourceCategory created for the nytimes-spg-productservice collector"
}

# nytimes-spg-printsite-management-service
output "nytimes-spg-printsite-management-service-endpoints" {
value = module.nytimes-spg-printsite-management-service.http_endpoints
description = "HTTP endpoints and sourceCategory created for the nytimes-spg-printsite-management-service collector"
}

output "nytimes-spg-printsite-management-service-source-category" {
value = module.nytimes-spg-printsite-management-service.source_category
description = "HTTP endpoints and sourceCategory created for the nytimes-spg-printsite-management-service collector"
}

# nytm-pubsys-output-scripts
output "nytm-pubsys-output-scripts-endpoints" {
value = module.nytm-pubsys-output-scripts.http_endpoints
Expand Down

0 comments on commit 60afd4e

Please sign in to comment.