HashiCorp Certified: Terraform Associate — Question 311
You have to initialize a Terraform backend before it can be configured.
Answer options
- A. True
- B. False
Correct answer: B
Explanation
The correct answer is B because you do not need to initialize a Terraform backend before configuring it. Initialization is a separate step that prepares the environment for Terraform operations but is not a prerequisite for backend configuration.