request-naming-generator/output/NIRA_Hungary_2023.request_a...

18 lines
477 B
HCL

resource "dynatrace_request_naming" "NIRA_Hungary_2023" {
enabled = true
naming_pattern = "Hungary"
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_Hungary_2023"
}
}
}
}
}