added annotations
This commit is contained in:
parent
7c9e84971e
commit
317608afb0
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue