added annotations #1

Merged
stanislav.kopp merged 1 commit from alert-annotations into main 2025-07-10 15:35:44 +00:00
Showing only changes of commit 317608afb0 - Show all commits

View file

@ -27,7 +27,8 @@ resource "grafana_rule_group" "this" {
is_paused = try(rule.value.isPaused, false)
for = try(rule.value.for, null)
labels = try(rule.value.labels, {})
labels = try(rule.value.labels, {})
annotations = try(rule.value.annotations, {})
dynamic "data" {
for_each = rule.value.data