TERRAFORM-ASSOCIATE-004 · Question #42
TERRAFORM-ASSOCIATE-004 Question #42: Real Exam Question with Answer & Explanation
The correct answer is B: False. The execution plan for terraform apply will not be the same as the one you ran locally with terraform plan, if your teammate manually modified the infrastructure component you are working on. This is because Terraform will refresh the state file before applying any changes, and w
Question
You modified your Terraform configuration and run Terraform plan to review the changes. Simultaneously, your teammate manually modified the infrastructure component you are working on. Since you already ran terraform plan locally, the execution plan for terraform apply will be the same.
Options
- ATrue
- BFalse
Explanation
The execution plan for terraform apply will not be the same as the one you ran locally with terraform plan, if your teammate manually modified the infrastructure component you are working on. This is because Terraform will refresh the state file before applying any changes, and will detect any differences between the state and the real resources.
Topics
Community Discussion
No community discussion yet for this question.