Merge pull request #74 from adityaprakash-bobby/answer-taint

Pull for answer to tf taint
This commit is contained in:
Arie Bregman 2020-02-02 18:50:20 +02:00 committed by GitHub
commit dbedc63d73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2574,6 +2574,7 @@ It's a resource which was successfully created but failed during provisioning. T
<details>
<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>
<details>