site24x7 / terraform-provider-site24x7

Terraform provider for Site24x7
MIT License
22 stars 31 forks source link

Third Party Service IDs propose in-place update without code change #259

Open e-bits opened 2 months ago

e-bits commented 2 months ago

I'm facing an issue where my pipeline (terraform plan) tells me there is an in-place change for third_party_service_ids.

It happens on different resources, in my case these are:

I would expect no change, because code has not changed.

third_party_service_ids = [
          - "132963000043304102",
            "132963000043304106",
          + "132963000043304102",
        ]
amirkkn commented 1 month ago

This is a bug and it happens in multiple places https://github.com/site24x7/terraform-provider-site24x7/issues/269 Not sure, does anybody from team check this issue