Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 254


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

Show Answer
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

2 comments
Sign in to comment
Foram31Option: D
Jun 18, 2023

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
Jun 17, 2023

D is corrent