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.
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)- A76% (19)
- D24% (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
Community Discussion
No community discussion yet for this question.