Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 317

Where does the Terraform local backend store its state?

    Correct Answer: A

    The Terraform local backend stores its state in the terraform.tfstate file. This file contains information about the infrastructure's current state and is used by Terraform to track changes and manage resources.

Discussion
inkedia3Option: A

Stores the state in the terraform.tfstate file