request-naming-generator/output/NIRA_Italy_2023.request_att...

18 lines
471 B
HCL

resource "dynatrace_request_naming" "NIRA_Italy_2023" {
enabled = true
naming_pattern = "Italy"
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_Italy_2023"
}
}
}
}
}