-
Notifications
You must be signed in to change notification settings - Fork 78
Terraform issues #202
Comments
|
|
Btw, regarding your #1: deep in Terraform docs, I've found the paragraph saying that in this case graceful auto recovery must be implemented. So, resources deleted outside Terraform should be marked as deleted by Terraform. Will implement this behaviour, but it kind of relies on error codes :-) |
All these seems fixed. |
If someone removes a user managed by terraform state, the plugin enters error state
It's OK to return error, but need explainer for a user what to do then.
Or, implement autorecovery logic
Create user from your example:
Run terraform apply twice
Update getting started doc with role example and retest against latest branch/v6 (We have merged all methods)
Create role with insufficient resources, the error message is not great
Add missing resources backported into branch/v6
The text was updated successfully, but these errors were encountered: