Skip to content

Commit c7fa1dc

Browse files
committed
Added Pagerduty Module
1 parent bffbe8c commit c7fa1dc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/pagerduty.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module "sumologic-jira-pagerduty-app" {
99

1010
sumo_access_id = "<SUMO_ACCESS_ID>"
1111
sumo_access_key = "<SUMO_ACCESS_KEY>"
12-
sumo_api_endpoint = "https://api.sumologic.com/api/v1/"
12+
sumo_api_endpoint = "https://api.sumologic.com/api/v1/"
1313
collector_id = sumologic_collector.sumo_collector.id
1414
source_category = "Pagerduty"
1515
folder_id = sumologic_folder.folder.id

github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Note: This module doesn't create the field required by Github App, please config
1010

1111
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
1212
* Null >= 2.1
13-
* Github >= 1.2
13+
* Github >= 2.8
1414

1515
## Module Declaration
1616

pagerduty/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This module installs [Sumo Logic Pagerduty V2 application](https://help.sumologi
88

99
* [Terraform](https://www.terraform.io/downloads.html) >= 0.13.0
1010
* Null >= 2.1
11-
* Pagerduty >= 1.2
11+
* Pagerduty >= 1.7
1212

1313
## Module Declaration
1414

@@ -33,7 +33,7 @@ module "sumologic-jira-pagerduty-app" {
3333
collector_id = sumologic_collector.sumo_collector.id
3434
source_category = "Pagerduty"
3535
folder_id = sumologic_folder.folder.id
36-
pagerduty_services_pagerduty_webhooks = ["SERVICE_ID1","SERVICE_ID2"] # By default all events are configured.
36+
pagerduty_services_pagerduty_webhooks = ["SERVICE_ID1","SERVICE_ID2"]
3737
app_version = "1.0"
3838
}
3939
```

0 commit comments

Comments
 (0)