Skip to content

Commit

Permalink
chore: Add example
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpitman committed Aug 8, 2024
1 parent da95274 commit d528df1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions dynatrace/api/openpipeline/settings/testdata/example.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
resource "dynatrace_openpipeline" "this" {
custom_base_path = "i dont know"
endpoints {
endpoint {

base_path = "still dont know"
processors {
processor{
dql_processor{

}
}

processor{
dql_processor {

}
}

processor {
fields_add_processor {

}
}





}
}
}

0 comments on commit d528df1

Please sign in to comment.