From d0c5d519f257058a5cd4cf86d5bf282fdc262a28 Mon Sep 17 00:00:00 2001 From: Alena Pantuzenko Date: Thu, 25 Jul 2024 15:09:57 -0400 Subject: [PATCH] Update code samples in the pagerduty_event_orchestration_router resource docs --- website/docs/r/event_orchestration_router.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/event_orchestration_router.html.markdown b/website/docs/r/event_orchestration_router.html.markdown index c232ea8b4..1cc8cda91 100644 --- a/website/docs/r/event_orchestration_router.html.markdown +++ b/website/docs/r/event_orchestration_router.html.markdown @@ -30,10 +30,10 @@ resource "pagerduty_event_orchestration_router" "router" { rule { label = "Dynamically route events related to specific PagerDuty services" actions { - dynamic_route_to = { + dynamic_route_to { lookup_by = "service_id" source = "event.custom_details.pd_service_id" - regexp = "(.*)" + regex = "(.*)" } } }