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
Should I hard set this key/value to true?
mgehrmann
Posted 6 years ago·Last reply 6 years ago
2 comments
LM User
·6 years agoYou 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.
mgehrmann
OP6 years agotypo s/true/false