nerdexam
HashiCorp

TERRAFORM-ASSOCIATE-003 · Question #183

Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)

The correct answer is A. terraform apply B. terraform state list C. terraform destroy. When the state file is locked, operations that modify or depend on the state (like terraform apply, terraform destroy, and terraform state list) are blocked. terraform fmt only formats the configuration files and does not interact with the state, so it is allowed.

Implement and Maintain State

Question

Which of these actions are forbidden when the Terraform state file is locked? (Pick the 3 correct responses)

Options

  • Aterraform apply
  • Bterraform state list
  • Cterraform destroy
  • Dterraform fmt

How the community answered

(25 responses)
  • A
    76% (19)
  • D
    24% (6)

Explanation

When the state file is locked, operations that modify or depend on the state (like terraform apply, terraform destroy, and terraform state list) are blocked. terraform fmt only formats the configuration files and does not interact with the state, so it is allowed.

Topics

#state locking#terraform state#state management#terraform commands

Community Discussion

No community discussion yet for this question.

Full TERRAFORM-ASSOCIATE-003 Practice