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

When using a remote backend or Terraform Cloud integration, where does Terraform save resource state?

    Correct Answer: D

    When using a remote backend or Terraform Cloud integration, Terraform saves the resource state in the remote backend or Terraform Cloud. This setup facilitates centralized state management, collaboration, and concurrent access to the state by multiple users or team members, ensuring consistency and reliability across the infrastructure management process.

Discussion
Foram31Option: D

D. In the remote backend or Terraform Cloud With a remote backend configuration or Terraform Cloud integration, the state data, which includes information about the resources managed by Terraform, is stored and managed in the remote backend or Terraform Cloud. This allows for centralized state management, collaboration, and concurrent access to the state file by multiple users or team members.

FyssyOption: D

D is corrent