We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41ab8d9 + 413df12 commit 7d43110Copy full SHA for 7d43110
sumologic/sumologic.tf
@@ -84,5 +84,6 @@ module "SumoLogicMonitors" {
84
group_notifications = each.value.group_notifications
85
connection_notifications = each.value.connection_notifications
86
email_notifications = each.value.email_notifications
87
+ monitor_evaluation_delay = each.value.monitor_evaluation_delay
88
}
89
sumologic/variables.tf
@@ -88,6 +88,7 @@ variable "managed_monitors" {
monitor_monitor_type = string
monitor_parent_id = string
90
monitor_is_disabled = bool
91
+ monitor_evaluation_delay = string
92
queries = map(string)
93
triggers = list(object({
94
threshold_type = string
0 commit comments