nerdexam
HashiCorp

TA-002-P · Question #34

What does the default "local" Terraform backend store?

The correct answer is D. State file. The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.

Implement and maintain state

Question

What does the default "local" Terraform backend store?

Options

  • Atfplan files
  • BTerraform binary
  • CProvider plugins
  • DState file

How the community answered

(38 responses)
  • A
    3% (1)
  • B
    5% (2)
  • C
    3% (1)
  • D
    89% (34)

Explanation

The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.

Topics

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

Community Discussion

No community discussion yet for this question.

Full TA-002-P Practice