We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Currently ibm_is_instance keys attribute change is ignored during planning, no change to ibm_is_instance is detected.
Just attempt to add or remove a SSH key id from keys list for ibm_is_instance
The text was updated successfully, but these errors were encountered:
looking into it
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Affected Resource(s)
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
The text was updated successfully, but these errors were encountered: