nerdexam
HashiCorpHashiCorp

TERRAFORM-ASSOCIATE-004 · Question #16

TERRAFORM-ASSOCIATE-004 Question #16: Real Exam Question with Answer & Explanation

The correct answer is B: Once the resource provider has fulfilled the request. Changes invoked by terraform apply take effect once the resource provider has fulfilled the request, not after Terraform has updated the state file or immediately. The state file is only a reflection of the real resources, not a source of truth.

Submitted by yasin.bd· Apr 18, 2026Understand Terraform Providers

Question

When do changes invoked by terraform apply take effect?

Options

  • AAfter Terraform has updated the state file
  • BOnce the resource provider has fulfilled the request
  • CImmediately
  • DNone of the above are correct

Explanation

Changes invoked by terraform apply take effect once the resource provider has fulfilled the request, not after Terraform has updated the state file or immediately. The state file is only a reflection of the real resources, not a source of truth.

Topics

#terraform apply#resource provider#execution flow#change propagation

Community Discussion

No community discussion yet for this question.

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