HashiCorp
TERRAFORM-ASSOCIATE-004 · Question #24
_______backends support state locking.
The correct answer is C. Some. Some backends support state locking, which prevents other users from modifying the state file while a Terraform operation is in progress. This prevents conflicts and data loss. Not all backends support this feature, and you can check the documentation for each backend type to see
Submitted by eva_at· Apr 18, 2026Manage Terraform State
Question
_______backends support state locking.
Options
- AAll
- BNo
- CSome
- DOnly local
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C89% (32)
- D6% (2)
Explanation
Some backends support state locking, which prevents other users from modifying the state file while a Terraform operation is in progress. This prevents conflicts and data loss. Not all backends support this feature, and you can check the documentation for each backend type to see if it
Topics
#Terraform backends#State locking#Remote state#State management
Community Discussion
No community discussion yet for this question.