IBM-Cloud / terraform-provider-ibm

https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs
Mozilla Public License 2.0
336 stars 645 forks source link

pi_instance not consistent on reapply : version 1.66.0 #5414

Open surajsbharadwaj opened 3 weeks ago

surajsbharadwaj commented 3 weeks ago

With the new provider version, fault attribute was introduced. This causes terraform on reapply to change its attribute.

Initially fault is not present , on apply again to check the consistency , it shows that the resource below needs an update

 ~ resource "ibm_pi_instance" "instance" {
      + fault                          = (known after apply)
        id                             = "fbc85a58-f185-4b95-93e8-a12e77b8428f/665b31bb-6b31-48bd-a2e2-82fab7946a5e"
        # (32 unchanged attributes hidden)

        # (3 unchanged blocks hidden)
    }

@alexhemard @hkantare @yussufsh This needs to be fixed.

surajsbharadwaj commented 5 days ago

@alexhemard is this merged to main now ?