From 0f8bc36475a0a2c10aea566438a918f7fd0ef962 Mon Sep 17 00:00:00 2001 From: Aditya Prakash Date: Sun, 2 Feb 2020 02:14:11 +0530 Subject: [PATCH] answer to terraform taint --- README.md | 1 + 1 file changed, 1 insertion(+) 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.