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
I've had several instances where my Terraform state got out of sync with the roles provisioned by this provider and would have really liked to leverage terraform import and/or terraform refresh to recover. Manual editing of the state would probably have resolved my issue, but it was easier at the time to simply delete and recreate the roles in question.
The text was updated successfully, but these errors were encountered:
I'm closing this issue as this was technically fixed here: #115
There is ONE important caveat. Due to the way ALKS Core is designed, this terraform import command forces a delete / create so be careful using this command if you don't have to! I'd still recommend creating new roles and deleting old ones. :)
I've had several instances where my Terraform state got out of sync with the roles provisioned by this provider and would have really liked to leverage
terraform import
and/orterraform refresh
to recover. Manual editing of the state would probably have resolved my issue, but it was easier at the time to simply delete and recreate the roles in question.The text was updated successfully, but these errors were encountered: