Which statement about Terraform state management is accurate?

Prepare for the HashiCorp Terraform Associate Exam. Utilize flashcards and multiple-choice questions with detailed hints and explanations. Boost your confidence and be ready for success!

Multiple Choice

Which statement about Terraform state management is accurate?

Explanation:
The main idea here is how Terraform’s state file stays in sync with what actually exists in the real world. Terraform keeps a snapshot of your managed infrastructure in a state file, and that snapshot is updated as you work with Terraform through plan and apply. During planning, Terraform refreshes its view of the current resources so the proposed changes are based on reality. When you apply, Terraform makes the requested changes and then writes the updated reality into the state file. This means the state is effectively updated during the next plan (through the refresh) or the next apply (through the actual write of the new state). Changes made outside Terraform, like in a portal, aren’t reflected in the state file until you run plan/refresh and apply to reconcile and record those updates. The state file isn’t deleted after each plan.

The main idea here is how Terraform’s state file stays in sync with what actually exists in the real world. Terraform keeps a snapshot of your managed infrastructure in a state file, and that snapshot is updated as you work with Terraform through plan and apply. During planning, Terraform refreshes its view of the current resources so the proposed changes are based on reality. When you apply, Terraform makes the requested changes and then writes the updated reality into the state file. This means the state is effectively updated during the next plan (through the refresh) or the next apply (through the actual write of the new state). Changes made outside Terraform, like in a portal, aren’t reflected in the state file until you run plan/refresh and apply to reconcile and record those updates. The state file isn’t deleted after each plan.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy