MON-301 remove useless replace for event alert output
This commit is contained in:
parent
e5eb473403
commit
5acbe5045c
@ -10,5 +10,5 @@ output "service_check" {
|
||||
|
||||
output "event_alert" {
|
||||
description = "The full filtering pattern for event alert monitor type"
|
||||
value = "tags:${replace(local.including, "aaa", "aaaa")}${local.excluding == "" ? "" : " excluded_tags:${replace(local.excluding, "aa", "aaaa")}"}"
|
||||
value = "tags:${local.including}${local.excluding == "" ? "" : " excluded_tags:${local.excluding}"}"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user