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

Apply twice keeps on showing changes for volume resource #5527

Closed
Aashiq-J opened this issue Jul 24, 2024 · 4 comments
Closed

Apply twice keeps on showing changes for volume resource #5527

Aashiq-J opened this issue Jul 24, 2024 · 4 comments
Labels
service/VPC Infrastructure Issues related to the VPC Infrastructure

Comments

@Aashiq-J
Copy link
Contributor

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

ibm-cloud/ibm v1.67.1
Terraform v1.5.7

Affected Resource(s)

  • ibm_is_volume

Terraform Configuration Files

Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.

https://github.com/terraform-ibm-modules/terraform-ibm-landing-zone-vsi/tree/main/examples/complete
Run this example, once deployed run terraform plan again.

Debug Output

Panic Output

Screenshot 2024-07-24 at 1 27 25 PM

Expected Behavior

No changes during subsequent plan

Actual Behavior

It shows update-in-place

Steps to Reproduce

  1. terraform apply
  2. terraform plan

Important Factoids

References

@maheshwarishikha
Copy link

catalog_offering is a new attribute added in Provider 1.67 version onwards, hence this error. The same code is working fine with older versions.

@uibm
Copy link
Collaborator

uibm commented Jul 25, 2024

looking at it

@uibm
Copy link
Collaborator

uibm commented Jul 29, 2024

This has been fixed #5514 and is available as part of https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.68.0-beta0

@deepaksibm
Copy link
Contributor

@sumitkumartiwari This can be closed as it is fixed as part of the other issue.

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

No branches or pull requests

5 participants