HashiCorp Certified: Terraform Associate — Question 337

Changing the Terraform backend from the default "local" backend to a different one after doing your first terraform apply is:

Answer options

Correct answer: B

Explanation

The correct answer is B, as changing the backend is not a requirement after the first apply; it can be done if needed. Options A and C are incorrect because it is neither mandatory nor impossible to change the backend. Option D is misleading; while changing the backend may require careful consideration of state management, it is not outright discouraged.