SLO impossible to delete alert_policies
FelixBarsnickTS opened this issue · 5 comments
Hi Nobl9 team,
I am currently building SLOs transitioning from yaml to terraform.
When I deploy SLOs with an alert policy set and then try to remove it with alert_policies = null nothing happens.
The cli output of terraform just says No Changes and nothing to do. According to the documentation and also the web ui alert policies in SLOs are optional and it should be possible to be removed.
Thanks for your help
Felix
Sounds like a bug. We will investigate it and let you know.
Hi @FelixBarsnickTS we can confirm it's a bug. For now, you can use the workaround: alert_policies = []
and we will deal with this null bug in future releases. Thank you for reporting it!
Hi @klaudia-nobl9 thanks for getting back. Is there an estimate when a fix could be released?