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

ibm_pi_image change in pi_image_id does not taint the resource #5048

Open
powellquiring opened this issue Jan 16, 2024 · 0 comments
Open

ibm_pi_image change in pi_image_id does not taint the resource #5048

powellquiring opened this issue Jan 16, 2024 · 0 comments
Assignees
Labels
service/Power Systems Issues related to Power Systems

Comments

@powellquiring
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform CLI and Terraform IBM Provider Version

OpenTofu v1.6.0
on darwin_arm64
+ provider registry.opentofu.org/hashicorp/time v0.10.0
+ provider registry.opentofu.org/ibm-cloud/ibm v1.61.0

Affected Resource(s)

  • ibm_pi_image

Terraform Configuration Files

resource "ibm_pi_image" "testacc_image" {
  pi_image_name        = local.image_name
  pi_cloud_instance_id = local.var_power.guid
  #pi_image_id          = "4adda2e3-1603-430d-9502-907b4a2d0ba7"
  pi_image_id = "e00178e1-f763-41b7-adb0-b5da0edde4c9"
}

Expected Behavior

Changing the pi_image_id should cause the ibm_pi_image resource to be tainted: the resource should be destroyed and then added.

Actual Behavior

No changes

@github-actions github-actions bot added the service/Power Systems Issues related to Power Systems label Jan 16, 2024
@michaelkad michaelkad self-assigned this Jan 18, 2024
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