Valid TA-003-P Dumps shared by ExamDiscuss.com for Helping Passing TA-003-P Exam! ExamDiscuss.com now offer the newest TA-003-P exam dumps, the ExamDiscuss.com TA-003-P exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TA-003-P dumps with Test Engine here:
You've used Terraform to deploy a virtual machine and a database. You want to replace this virtual machine instance with an identical one without affecting the database. What is the best way to achieve this using Terraform?
Correct Answer: B
The terraform taint command marks a resource as tainted, which means it will be destroyed and recreated on the next apply. This way, you can replace the VM instance without affecting the database or other resources. Reference = [Terraform Taint]