terraform-provider-ibm icon indicating copy to clipboard operation
terraform-provider-ibm copied to clipboard

ibm_is_instance keys attribute change is ignored upon change while instance recreation is expected

Open matihost opened this issue 10 months ago • 1 comments

Affected Resource(s)

  • ibm_is_instance

Expected Behavior

When ibm_is_instance keys attribute is changing (a list off SSH keys id), it should lead to recreate VSI as a result of Terraform plan/apply.

Actual Behavior

Currently ibm_is_instance keys attribute change is ignored during planning, no change to ibm_is_instance is detected.

Steps to Reproduce

Just attempt to add or remove a SSH key id from keys list for ibm_is_instance

  • #0000

matihost avatar Apr 17 '24 14:04 matihost

looking into it

ujjwal-ibm avatar Apr 18 '24 05:04 ujjwal-ibm