nerdexam
HashiCorpHashiCorp

TERRAFORM-ASSOCIATE-004 · Question #224

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

The correct answer is C: Both of these are correct.. A Terraform backend determines where and how Terraform state is stored. Both terraform apply and terraform destroy interact with state, so Terraform needs access to the backend for state storage and updates. D (Neither are correct) is incorrect because Terraform state is required

Submitted by suresh_in· Apr 18, 2026Manage Terraform State

Question

A Terraform backend determines how Terraform loads state and stores updates when you execute which command?

Options

  • Aapply
  • Bdestroy
  • CBoth of these are correct.
  • DNeither of these are correct.

Explanation

A Terraform backend determines where and how Terraform state is stored. Both terraform apply and terraform destroy interact with state, so Terraform needs access to the backend for state storage and updates. D (Neither are correct) is incorrect because Terraform state is required for both apply and destroy

Topics

#Terraform backend#State management#terraform apply#terraform destroy

Community Discussion

No community discussion yet for this question.

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