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
$ terraform -v
Terraform v1.6.2
on darwin_arm64
Your version of Terraform is out of date! The latest version
is 1.7.0. You can update by downloading from https://www.terraform.io/downloads.html
$ terraform providers
Providers required by configuration:
.
└── provider[registry.terraform.io/ibm-cloud/ibm] 1.61.0
Providers required by state:
provider[registry.terraform.io/ibm-cloud/ibm]
Affected Resource(s)
ibm_is_instance
Terraform Configuration Files
Please include all Terraform configurations required to reproduce the bug. Bug reports without a functional reproduction may be closed without investigation.
melwafi-youcan
changed the title
chnaging name on boot_volume ibm_is_instance does not affect resources in IBM cloud
changing name on boot_volume ibm_is_instance does not affect resources in IBM cloud
Jan 23, 2024
Community Note
Terraform CLI and Terraform IBM Provider Version
$ terraform -v Terraform v1.6.2 on darwin_arm64 Your version of Terraform is out of date! The latest version is 1.7.0. You can update by downloading from https://www.terraform.io/downloads.html
$ terraform providers Providers required by configuration: . └── provider[registry.terraform.io/ibm-cloud/ibm] 1.61.0 Providers required by state: provider[registry.terraform.io/ibm-cloud/ibm]
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
Terraform should changes the boot volume name when
terraform apply
finished successfullyActual Behavior
When I ran
terraform apply
and after that I runterraform plan
I get the same changes I applied previouslySteps to Reproduce
terraform plan
terraform apply
terraform apply
terraform plan
The text was updated successfully, but these errors were encountered: