Terraform Associate Exam QuestionsBrowse all questions from this exam

Terraform Associate Exam - Question 290


Which backend does the Terraform CLI use by default?

Show Answer
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

1 comment
Sign in to comment
Ramdi1Option: D
Nov 25, 2023

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