output "this" {
  value = [
    {
      id   = "sentry.rules.conditions.first_seen_event.FirstSeenEventCondition"
      name = "An issue has been seen for the first time"
    },
    {
      id       = "sentry.rules.conditions.event_frequency.EventFrequencyCondition"
      name     = "An issue has been seen more than 10 times in 1h"
      interval = "1h"
      value    = 10
    },
    {
      id       = "sentry.rules.conditions.event_frequency.EventFrequencyCondition"
      name     = "An issue has been seen more than 100 times in 1d"
      interval = "1d"
      value    = 100
    },
    {
      id       = "sentry.rules.conditions.event_frequency.EventFrequencyCondition"
      name     = "An issue has been seen more than 1000 times in 1w"
      interval = "1w"
      value    = 1000
    }
  ]
}
