TERRAFORM-ASSOCIATE-004 · Question #224
TERRAFORM-ASSOCIATE-004 Question #224: Real Exam Question with Answer & Explanation
The correct answer is C: Both of these are correct.. A Terraform backend determines where and how Terraform state is stored. Both terraform apply and terraform destroy interact with state, so Terraform needs access to the backend for state storage and updates. D (Neither are correct) is incorrect because Terraform state is required
Question
A Terraform backend determines how Terraform loads state and stores updates when you execute which command?
Options
- Aapply
- Bdestroy
- CBoth of these are correct.
- DNeither of these are correct.
Explanation
A Terraform backend determines where and how Terraform state is stored. Both terraform apply and terraform destroy interact with state, so Terraform needs access to the backend for state storage and updates. D (Neither are correct) is incorrect because Terraform state is required for both apply and destroy
Topics
Community Discussion
No community discussion yet for this question.