nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · 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…

Implement and maintain state

Question

_______backends support state locking.

Options

  • AAll
  • BNo
  • CSome
  • DOnly local

How the community answered

(18 responses)
  • A
    6% (1)
  • B
    11% (2)
  • C
    78% (14)
  • D
    6% (1)

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

#state locking#remote backend#state management#backend types

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice