Skip to content

Commit

Permalink
Merge pull request bregman-arie#74 from adityaprakash-bobby/answer-taint
Browse files Browse the repository at this point in the history
Pull for answer to tf taint
  • Loading branch information
Arie Bregman authored Feb 2, 2020
2 parents ae99012 + 0f8bc36 commit dbedc63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit dbedc63

Please sign in to comment.