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
Hey guys,
I found a bug on the latest version of the provider: v1.2.3
Step to reproduce:
I'm creating a server: tf plan, tf apply, server is created.
I delete the server from the resources. tf plan: 1 resource to be delete OK. tf apply:
Error: Server deletion failed Status message: OK
But the server are effectively deleted in the API.
I need to delete manually the state.
The text was updated successfully, but these errors were encountered:
Hi @jpuyobro,
The fix to this issue will be included in #27
Sorry, something went wrong.
No branches or pull requests
Hey guys,
I found a bug on the latest version of the provider: v1.2.3
Step to reproduce:
I'm creating a server: tf plan, tf apply, server is created.
I delete the server from the resources.
tf plan: 1 resource to be delete OK.
tf apply:
But the server are effectively deleted in the API.
I need to delete manually the state.
The text was updated successfully, but these errors were encountered: