You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module"grafana_alert_notification" {
source="./modules/grafana/r/grafana_alert_notification"# disable_resolve_message - (optional) is a type of booldisable_resolve_message=null# frequency - (optional) is a type of stringfrequency=null# is_default - (optional) is a type of boolis_default=null# name - (required) is a type of stringname=null# send_reminder - (optional) is a type of boolsend_reminder=null# settings - (optional) is a type of map of stringsettings={}
# type - (required) is a type of stringtype=null# uid - (optional) is a type of stringuid=null
}
resource"grafana_alert_notification""this" {
# disable_resolve_message - (optional) is a type of booldisable_resolve_message=var.disable_resolve_message# frequency - (optional) is a type of stringfrequency=var.frequency# is_default - (optional) is a type of boolis_default=var.is_default# name - (required) is a type of stringname=var.name# send_reminder - (optional) is a type of boolsend_reminder=var.send_reminder# settings - (optional) is a type of map of stringsettings=var.settings# type - (required) is a type of stringtype=var.type# uid - (optional) is a type of stringuid=var.uid
}