add edits to notification policy
This commit is contained in:
parent
6909208505
commit
d361fa8da9
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
resource "grafana_notification_policy" "this" {
|
resource "grafana_notification_policy" "this" {
|
||||||
contact_point = var.default_contact_point_uid
|
contact_point = var.default_contact_point_uid
|
||||||
group_by = var.group_by
|
group_by = var.group_by
|
||||||
|
disable_provenance = true
|
||||||
|
|
||||||
dynamic "policy" {
|
dynamic "policy" {
|
||||||
for_each = var.folder_policies
|
for_each = var.folder_policies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue