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

pi_instance not consistent on reapply : version 1.66.0 #5414

Closed
surajsbharadwaj opened this issue Jun 7, 2024 · 3 comments
Closed

pi_instance not consistent on reapply : version 1.66.0 #5414

surajsbharadwaj opened this issue Jun 7, 2024 · 3 comments
Labels
service/Power Systems Issues related to Power Systems

Comments

@surajsbharadwaj
Copy link

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.

@github-actions github-actions bot added the service/Power Systems Issues related to Power Systems label Jun 7, 2024
@surajsbharadwaj surajsbharadwaj changed the title ibm_pi_instance not consistent on reapply : version 1.66.0 pi_instance not consistent on reapply : version 1.66.0 Jun 7, 2024
@surajsbharadwaj
Copy link
Author

@alexhemard is this merged to main now ?

@yussufsh
Copy link
Collaborator

@ismirlia

@surajsbharadwaj
Copy link
Author

surajsbharadwaj commented Jul 22, 2024

It works. Available in latest Version. Can be closed @yussufsh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
service/Power Systems Issues related to Power Systems
Projects
None yet
Development

No branches or pull requests

2 participants