TERRAFORM-ASSOCIATE-003 · Question #66
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
The correct answer is C. In the remote backend or Terraform Cloud. This is where Terraform saves resource state when using a remote backend or Terraform Cloud integration, as it allows you to store and manage your state file in a remote location, such as a cloud storage service or Terraform Cloud's servers. This enables collaboration…
Question
When using a remote backend or terraform Cloud integration, where does Terraform save resource sate?
Options
- AIn an environment variable
- BOn the disk
- CIn the remote backend or Terraform Cloud
- DIn memory
How the community answered
(44 responses)- A2% (1)
- B5% (2)
- C84% (37)
- D9% (4)
Explanation
This is where Terraform saves resource state when using a remote backend or Terraform Cloud integration, as it allows you to store and manage your state file in a remote location, such as a cloud storage service or Terraform Cloud's servers. This enables collaboration, security, and scalability for your Terraform infrastructure.
Topics
Community Discussion
No community discussion yet for this question.