Skip to content

Commit

Permalink
update example HCL
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpitman committed Sep 11, 2024
1 parent ca7befc commit 4d87688
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "dynatrace_openpipeline_events" "this" {
enabled = true
id = "processor_Add_custom_field_8862"
description = "Add custom field"
matcher = true
matcher = "true"
field {
name = "custom_field"
value = "hello world"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
resource "dynatrace_openpipeline_events" "this" {
routing {
entry {
enabled = true
matcher = "true"
note = "some note"
pipeline_id = "some-pipeline"
}
}
}

0 comments on commit 4d87688

Please sign in to comment.