thousandeyes / terraform-provider-thousandeyes

ThousandEyes Terraform Provider
Apache License 2.0
21 stars 26 forks source link

fix: default alert rule not being read #151

Closed joaomper-TE closed 8 months ago

joaomper-TE commented 8 months ago

This fixes #111 .

It seems to conflict with the fix that was done here for #73. However, was trying out the scenarios from #73 locally:

and both Terraform plan/apply, as well as subsequent terraform plans, ran ok (and the subsequent terraform plans showed no changes).

@raul-te not sure if you have any objection or know anything else that I should further test before merging this. Because it does seems that filtering out the Default Alert Rules is no longer needed...

NOTE: We do need some tests for this repo though, as we should have more visibility when fixing something do make sure that we don't introduce any regression.