Exam Terraform Associate All QuestionsBrowse all questions from this exam
Question 290

Which backend does the Terraform CLI use by default?

    Correct Answer: D

    By default, Terraform CLI uses the 'local' backend. This backend stores the terraform state as a local file on disk. Unless explicitly configured otherwise, the local backend is the default backend used by Terraform.

Discussion
Ramdi1Option: D

By default, Terraform uses a backend called local , which stores state as a local file on disk.