answer to terraform taint

This commit is contained in:
Aditya Prakash 2020-02-02 02:14:11 +05:30 committed by GitHub
parent 39dbe98dc6
commit 0f8bc36475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2495,6 +2495,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>