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

mtu_measurements variable defaults to true even if it's set to false #134

Open
berkeli opened this issue Apr 12, 2023 · 1 comment
Open
Labels
bug Something isn't working

Comments

@berkeli
Copy link

berkeli commented Apr 12, 2023

Hello

Another minor bug to report

When creating http-server tests with mtu_measurements=false, tests are created with mtu_measurements=true.

On second apply, they appear as a change as shown below:

  ~ resource "thousandeyes_http_server" "http_server" {
        id                     = "3634124"
      ~ mtu_measurements       = true -> false
        # (29 unchanged attributes hidden)

        # (17 unchanged blocks hidden)
    }

After second apply, mtu_measurements=false is set correctly and doesn't cause issues.

This isn't critical, just thought I'd leave this here.

Thanks

@omaslara
Copy link

omaslara commented Jan 8, 2024

Hi @joaomper-TE,
I'm leaving here a link to the issue I created for the same bug in case additional information is required.

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

3 participants