Question 37 of 519
Implement and maintain statemediumMultiple SelectObjective-mapped

Quick Answer

The answer is to add a backend block to the configuration, because this block defines the remote storage location and triggers Terraform’s built-in migration workflow. When you run `terraform init` after adding the block, Terraform detects the change and automatically prompts you to copy the existing local state file to the new remote backend, handling the entire migration seamlessly without manual file manipulation. On the HashiCorp Terraform Associate TF-003 exam, this concept tests your understanding of state management and backend initialization—a common trap is thinking you need to manually move or copy the `terraform.tfstate` file, but `terraform init` does this for you. The exam often presents a scenario where you must identify the correct sequence: add the backend block, then run `terraform init` and type "yes" to confirm migration. Memory tip: "Block first, then init—Terraform handles the lift."

TF-003 Implement and maintain state Practice Question

This TF-003 practice question tests your understanding of implement and maintain state. This is a configuration task: choose the command set that satisfies every stated requirement. Small differences — like 'secret' vs 'password' or 'transport input ssh' vs 'all' — change whether the answer is correct. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.

Which THREE actions should be taken when migrating Terraform state from local to a remote backend?

Question 1mediummulti select
Full question →

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Run terraform init to initialize the backend and migrate state.

Option B is correct because `terraform init` is the command that initializes the backend configuration and, when a backend block is added to the configuration, automatically prompts to migrate the existing local state file to the new remote backend. This command handles the state migration seamlessly without requiring manual intervention, ensuring the state file is copied and the backend is configured correctly.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Remove the local state file before running terraform init.

    Why it's wrong here

    Terraform init uses the local state for migration; removing it would lose data.

  • Run terraform init to initialize the backend and migrate state.

    Why this is correct

    This command handles the migration.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Manually import all existing resources into the remote state.

    Why it's wrong here

    Resources are already in local state; no import needed.

  • Confirm migration by typing 'yes' when prompted.

    Why this is correct

    Terraform prompts for confirmation before overwriting remote state.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Add a backend block to the configuration.

    Why this is correct

    Required to define the remote backend.

    Related concept

    Read the scenario before looking for a memorised answer.

Common exam traps

Common exam trap: answer the scenario, not the keyword

HashiCorp often tests the misconception that you must manually delete or move the local state file before initializing a remote backend, when in fact `terraform init` handles the migration automatically and safely.

Detailed technical explanation

How to think about this question

When a backend block is added to the configuration, `terraform init` detects the change and uses the state migration workflow to copy the state file from the local filesystem (e.g., `terraform.tfstate`) to the remote backend (e.g., an S3 bucket with DynamoDB locking). During this process, Terraform verifies the remote backend is accessible and prompts for confirmation before overwriting any existing remote state, ensuring data integrity and preventing accidental state loss.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

TExam Day Tips

  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

Key takeaway

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A practitioner preparing for the TF-003 exam encounters this exact type of scenario on the job. The correct answer here is not the most general option — it is the best answer for the specific constraint described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Real exam questions reward reading the full scenario before eliminating options, because the constraint defines which answer fits.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related TF-003 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

Practice this exam

Start a free TF-003 practice session

Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.

FAQ

Questions learners often ask

What does this TF-003 question test?

Implement and maintain state — This question tests Implement and maintain state — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Run terraform init to initialize the backend and migrate state. — Option B is correct because `terraform init` is the command that initializes the backend configuration and, when a backend block is added to the configuration, automatically prompts to migrate the existing local state file to the new remote backend. This command handles the state migration seamlessly without requiring manual intervention, ensuring the state file is copied and the backend is configured correctly.

What should I do if I get this TF-003 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

About these practice questions

Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more ways this is tested on TF-003

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A user wants to use a remote state backend for the first time. After adding the backend configuration, which command must they run to migrate the state from local to remote?

easy
  • A.`terraform plan`
  • B.`terraform init`
  • C.`terraform apply`
  • D.`terraform state push`

Why B: `terraform init` with backend configuration will prompt to migrate state. Option A correct. Options B, C, D are not designed for initial migration.

Last reviewed: Jun 30, 2026

Question Discussion

Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.

Loading comments…

Sign in to join the discussion.

This TF-003 practice question is part of Courseiva's free HashiCorp certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the TF-003 exam.