nerdexam
HashiCorpHashiCorp

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

Submitted by priya_blr· Apr 18, 2026Use Terraform CLI

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

#Terraform plan#Terraform apply#State drift#Execution plan

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 PracticeBrowse All TERRAFORM-ASSOCIATE-004 Questions