Skip to content

Commit e337830

Browse files
authored
updated comments
1 parent bfcb099 commit e337830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

software-development-optimization-terraform/pagerdutyv3.auto.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pagerduty_api_key = "<YOUR PAGERDUTY API KEY>"
66
# Please replace <SERVICE1> and <SERVICE2> (including > brackets) with your Pagerduty service IDs. You can get these from the URL after opening a specific service. These are used for Pagerduty to Sumo Logic webhooks.
77
# Examples: ["P6HHD","PHGBUY"] or ["P76GFB"]
88
create_services_webhooks = ["<SERVICE1>", "<SERVICE2>"]
9-
# Please replace blank string with true so as to send Pagerduty account events via the webhook to Sumo.
9+
# Please replace false with true so as to send Pagerduty account events via the webhook to Sumo.
1010
create_account_webhook = false
1111
# Please replace <TEAM1> and <TEAM2> (including > brackets) with your Pagerduty team IDs.
12-
create_teams_webhooks = ["<TEAM1>", "<TEAM2>"]
12+
create_teams_webhooks = ["<TEAM1>", "<TEAM2>"]

0 commit comments

Comments
 (0)