diff --git a/README.md b/README.md
index e9a31c3..9f3421b 100644
--- a/README.md
+++ b/README.md
@@ -2574,6 +2574,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.