nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-004 · Question #69

You have to initialize a Terraform backend before it can be configured.

The correct answer is B. False. You can configure a backend in your Terraform code before initializing it. Initializing a backend will store the state file remotely and enable features like locking and workspaces.

Submitted by kevin_r· Apr 18, 2026Manage Terraform State

Question

You have to initialize a Terraform backend before it can be configured.

Options

  • ATrue
  • BFalse

How the community answered

(33 responses)
  • A
    12% (4)
  • B
    88% (29)

Explanation

You can configure a backend in your Terraform code before initializing it. Initializing a backend will store the state file remotely and enable features like locking and workspaces.

Topics

#Terraform backend#terraform init#Backend configuration#State management

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-004 Practice