Valid TA-002-P Dumps shared by ExamDiscuss.com for Helping Passing TA-002-P Exam! ExamDiscuss.com now offer the newest TA-002-P exam dumps, the ExamDiscuss.com TA-002-P exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TA-002-P dumps with Test Engine here:
Access TA-002-P Dumps Premium Version
(94 Q&As Dumps, 35%OFF Special Discount Code: freecram)
Recent Comments (The most recent comments are at the top.)
Errata - Wherever possible, avoid using terraform refresh explicitly and instead rely on Terraform's behavior of automatically refreshing existing objects as part of creating a normal plan.
the question asks for a way to reflect changes to the state file. I would say the answer is A, since they do not want to recreate resources but reconcile state file. Anyways, next terraform apply the resources will be recreated if the configuration still on the tf files.
if you manually destroy infra from eg the aws gui - then command ' terraform refresh' will reconcile the state file and make them equal. This is how im interpreting this. therefore the answer is A
Correct. Terraform will take care of that in the next run during the refresh phase.