Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: default alert rule is getting removed #154

Open
Sraza11 opened this issue Dec 12, 2023 · 0 comments
Open

[Bug]: default alert rule is getting removed #154

Sraza11 opened this issue Dec 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Sraza11
Copy link

Sraza11 commented Dec 12, 2023

What versions are you using?

2.0.6

What did you expect to happen?

Nothing should happen when I run a terraform plan after upgrading to 2.0.6 version

What actually happened?

after the upgrade to 2.0.6 i am getting the opposite result then what this release pormised. I had no issue with the default alert rule getting attached to a test but now if I run terraform plan it is going to remove the default alert from all of my tests

~ resource "thousandeyes_agent_to_server” "xxxxxx1223" {

    id                     = "3118107"

    # (25 unchanged attributes hidden)



  - alert_rules {

      - rule_id = 448256 -> null

    }

Terraform code to reproduce the bug

Terraform plan

Any additional comments or code?

No response

Steps to reproduce the bug

Run terraform plan for an already configured test that had default alert rule

@Sraza11 Sraza11 added the bug Something isn't working label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant