Skip to content

Commit

Permalink
fix newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
mlclmj committed Jun 23, 2020
1 parent 8475354 commit c09566b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/collector/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ module "collector_role" {

name = var.name
search_filter = join(" OR ", concat([for src in sumologic_http_source.sources : "_source=${src.name}"], ["_sourceCategory=${var.name}"]))
}
}
2 changes: 1 addition & 1 deletion modules/collector/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ output "http_endpoints" {

output "search_filter" {
value = join(" OR ", concat([for src in sumologic_http_source.sources : "_source=${src.name}"], ["_sourceCategory=${var.name}"]))
}
}
2 changes: 1 addition & 1 deletion modules/slack-connection/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ resource "sumologic_connection" "connection" {
url = var.webhook
default_payload = var.default_payload
webhook_type = "Slack"
}
}
2 changes: 1 addition & 1 deletion modules/slack-connection/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ variable "default_payload" {
"search_results" : "{{AggregateResultsJson}}"
}
JSON
}
}
2 changes: 1 addition & 1 deletion roles/teams.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ module "dv" {
source = "../modules/role"

name = "dv"
}
}

0 comments on commit c09566b

Please sign in to comment.