TF-003 • Practice Test 35
Free TF-003 practice test — 15 questions with explanations. Set 35. No signup required.
Refer to the exhibit. A developer runs `terraform plan -out=tfplan` and then `terraform apply "tfplan"`. During apply, network fails and apply is interrupted. The developer then runs `terraform apply` again (without a plan file). What will happen?
Refer to the exhibit. ``` $ terraform plan -out=tfplan $ terraform apply "tfplan" ``` The developer runs the commands above. During the apply, the network connection is lost and the command fails halfway through. The developer re-establishes connectivity and runs `terraform apply` again without specifying a plan file. What will happen?