Merge pull request #74 from adityaprakash-bobby/answer-taint
Pull for answer to tf taint
This commit is contained in:
commit
dbedc63d73
@ -2574,6 +2574,7 @@ It's a resource which was successfully created but failed during provisioning. T
|
|||||||
|
|
||||||
<details>
|
<details>
|
||||||
<summary>What <code>terraform taint</code> does?</summary><br><b>
|
<summary>What <code>terraform taint</code> does?</summary><br><b>
|
||||||
|
<code>terraform taint resource.id</code> manually marks the resource as tainted in the state file. So when you <code>terraform apply</code> the next time, the resource will be destroyed and recreated.
|
||||||
</b></details>
|
</b></details>
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
|
Loading…
Reference in New Issue
Block a user