diff --git a/README.md b/README.md
index c34bae6..e4a0ee0 100644
--- a/README.md
+++ b/README.md
@@ -2495,6 +2495,7 @@ It's a resource which was successfully created but failed during provisioning. T
What terraform taint
does?
+terraform taint resource.id
manually marks the resource as tainted in the state file. So when you terraform apply
the next time, the resource will be destroyed and recreated.