added annotations

This commit is contained in:
Stanislav_Kopp 2025-07-10 17:33:11 +02:00
parent 7c9e84971e
commit 317608afb0

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