Forum Discussion

mgehrmann's avatar
4 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 = 

Should I hard set this key/value to true?

2 Replies

  • Anonymous's avatar
    Anonymous

    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.