You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
bug-is-instance-template $ tf version
Terraform v1.1.9
on darwin_amd64
+ provider registry.terraform.io/ibm-cloud/ibm v1.44.2
Your version of Terraform is out of date! The latest version
is 1.2.7. You can update by downloading from https://www.terraform.io/downloads.html
Affected Resource(s)
ibm_is_instance_template
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Apply would delete the volume_attachments from the ibm_is_instance_template resource after removing from the configuration.
Actual Behavior
Nothing happened:
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
bug-is-instance-template $ tfa
ibm_is_vpc.location: Refreshing state... [id=r006-f1d066db-5212-4d19-8759-6f352e5accbe]
ibm_is_vpc_address_prefix.locations: Refreshing state... [id=r006-f1d066db-5212-4d19-8759-6f352e5accbe/r006-b3f346f0-9df0-4181-aea4-7a5586c3d9a3]
ibm_is_subnet.back: Refreshing state... [id=0717-9898cd65-591f-4671-a824-446bfcc122c7]
ibm_is_subnet.front: Refreshing state... [id=0717-cdf91753-b84f-4b59-bc2c-5bed86d7f4a7]
ibm_is_instance_template.instance_template: Refreshing state... [id=0717-83b363f9-2440-4a66-8f77-4b465646718a]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are
needed.
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Community Note
Terraform CLI and Terraform IBM Provider Version
Affected Resource(s)
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
Expected Behavior
Apply would delete the volume_attachments from the ibm_is_instance_template resource after removing from the configuration.
Actual Behavior
Nothing happened:
Steps to Reproduce
Source is here: https://github.com/powellquiring/tfbugs/tree/master/bug-is-instance-template
References
The text was updated successfully, but these errors were encountered: