5 years ago
Terraform disable alerts
I have just started deploying to LM using terraform and have found whenever it runs the updated groups have alerts disabled.
This is despite the fact I have not set
disable_alerting =
...
You might try setting it to false. I'd need more context on how you're doing it as i'm unfamiliar yet with how terraform pushes config to LM. If it's essentially an API call, then yes, it appears that `disable_alerting` defaults to true, so leaving it unset will have it set to false when posted.