Skip to content

Commit

Permalink
Merge pull request #917 from alenapan/update-eo-router-docs
Browse files Browse the repository at this point in the history
Update code samples in the `pagerduty_event_orchestration_router` resource docs
  • Loading branch information
imjaroiswebdev authored Jul 31, 2024
2 parents 149d755 + d0c5d51 commit d463925
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 d463925

Please sign in to comment.