Skip to content

Commit

Permalink
fix apigee collector (SumoLogic#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlclmj authored Mar 3, 2021
1 parent 9f55552 commit 0dd23f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions terraform/collectors.tf
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,9 @@ module "nytimes-spg-order-service" {
module "nytimes-spg-apigee-config" {
source = "../modules/collector"

name = "nytimes/spg-apigee-config"
env = var.env
name = "nytimes/spg-apigee-config"
env = var.env
write_to_vault = true
collector_fields = {
"_convertHeadersToFields" = "true"
}
Expand Down

0 comments on commit 0dd23f0

Please sign in to comment.