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
While trying to set grafana_alert_notifications I ran into a problem with the setting for PagerDuty type setting of autoResolve being set to a value that didn't work for Grafana.
The alert notification should have an enabled autoResolve.
Actual Behavior
The value in Grafana appears to be a "1" even when the HCL has true. This results in a defaulted false for the behavior. The "1" is stored in the Grafana DB (as relayed to me by a Grafana.com staff member.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Using hosted grafana.com
References
I'll add more debug information as I can gain access to it.
The text was updated successfully, but these errors were encountered:
While trying to set
grafana_alert_notification
s I ran into a problem with the setting for PagerDuty type setting ofautoResolve
being set to a value that didn't work for Grafana.Terraform Version
0.11.7
Affected Resource(s)
grafana_alert_notification
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Expected Behavior
The alert notification should have an enabled
autoResolve
.Actual Behavior
The value in Grafana appears to be a
"1"
even when the HCL hastrue
. This results in a defaultedfalse
for the behavior. The"1"
is stored in the Grafana DB (as relayed to me by a Grafana.com staff member.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Using hosted grafana.com
References
I'll add more debug information as I can gain access to it.
The text was updated successfully, but these errors were encountered: