Skip to content

Commit

Permalink
Update code samples in the pagerduty_event_orchestration_router resou…
Browse files Browse the repository at this point in the history
…rce docs
  • Loading branch information
alenapan committed Jul 25, 2024
1 parent 149d755 commit d0c5d51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/event_orchestration_router.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "(.*)"
}
}
}
Expand Down

0 comments on commit d0c5d51

Please sign in to comment.