nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #126

What does the default "local" Terraform backend store?

The correct answer is B. State file. The default "local" Terraform backend stores the state file in a local file named terraform.tfstate, which can be used to track and manage the state of your infrastructure.

Submitted by mike_84· Apr 18, 2026Manage Terraform State

Question

What does the default "local" Terraform backend store?

Options

  • Atfplan files
  • BState file
  • CProvider plugins
  • DTerraform binary

How the community answered

(42 responses)
  • A
    2% (1)
  • B
    95% (40)
  • C
    2% (1)

Explanation

The default "local" Terraform backend stores the state file in a local file named terraform.tfstate, which can be used to track and manage the state of your infrastructure.

Topics

#Terraform backend#Local backend#State file#Terraform state

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice