diff --git a/software-development-optimization-terraform/pagerdutyv3.auto.tfvars b/software-development-optimization-terraform/pagerdutyv3.auto.tfvars index 92ef1467..4c2bb01c 100644 --- a/software-development-optimization-terraform/pagerdutyv3.auto.tfvars +++ b/software-development-optimization-terraform/pagerdutyv3.auto.tfvars @@ -6,7 +6,7 @@ pagerduty_api_key = "" # Please replace and (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. # Examples: ["P6HHD","PHGBUY"] or ["P76GFB"] create_services_webhooks = ["", ""] -# Please replace blank string with true so as to send Pagerduty account events via the webhook to Sumo. +# Please replace false with true so as to send Pagerduty account events via the webhook to Sumo. create_account_webhook = false # Please replace and (including > brackets) with your Pagerduty team IDs. -create_teams_webhooks = ["", ""] \ No newline at end of file +create_teams_webhooks = ["", ""]