thousandeyes / terraform-provider-thousandeyes

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

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

Open berkeli opened 1 year ago

berkeli commented 1 year ago

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 commented 7 months ago

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