HashiCorp Certified: Terraform Associate (003) — Question 8

It is ____________ to change the Terraform backend from the default “local” backend to a different one after performing your first terraform apply.

Answer options

Correct answer: B

Explanation

Changing the Terraform backend after the first terraform apply is discouraged because it can lead to complications with state management and resource tracking. While it is technically possible, it is not recommended due to the potential for errors and inconsistencies. The other options do not accurately reflect the implications of making such a change.