File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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```
You can’t perform that action at this time.
0 commit comments