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

2 comments
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.

090200fOption: D
Aug 5, 2024

By default, Terraform uses a backend called local, which stores state as a local file on disk. https://developer.hashicorp.com/terraform/language/settings/backends/configuration