nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · 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.

Implement and Maintain State

Question

What does the default "local" Terraform backend store?

Options

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

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    79% (22)
  • C
    4% (1)
  • D
    11% (3)

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

#local backend#state file#backend types

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice