Skip to content

Commit

Permalink
Add example of a marker as recipient
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenraad Verheyden committed Aug 4, 2020
1 parent 93544b7 commit 53b3fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/trigger/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "honeycombio_trigger" "trigger" {
}

recipient {
type = "email"
target = "[email protected]"
type = "marker"
target = "Trigger - slow requests" # name of the marker
}
}

0 comments on commit 53b3fe2

Please sign in to comment.