softlayer / terraform-provider-softlayer

a Terraform (http://terraform.io) provider for interacting with SoftLayer (https://www.softlayer.com)
Mozilla Public License 2.0
40 stars 26 forks source link

Checked a user with CANCEL_PENDING status in userExists function. #155

Closed minsikl closed 7 years ago

minsikl commented 7 years ago

When a user is deleted, it has remained internally with "CANCEL_PENDING" status in a specific period. Although a user ID still exists, user information is already removed and cannot be recovered. The user with this status should be considered as a non-exist user. This fix will resolve the issue #154.