request-naming-generator/output/NIRA_Lithuania_2022.request...

18 lines
483 B
HCL

resource "dynatrace_request_naming" "NIRA_Lithuania_2022" {
enabled = true
naming_pattern = "Lithuania"
conditions {
condition {
attribute = "SERVICE_REQUEST_ATTRIBUTE"
comparison {
# negate = false
string_request_attribute {
# case_sensitive = false
# match_on_child_calls = false
operator = "EXISTS"
request_attribute = "NIRA_Lithuania_2022"
}
}
}
}
}