Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam Terraform Associate All Questions

View all questions & answers for the Terraform Associate exam

Exam Terraform Associate topic 1 question 78 discussion

Actual exam question from HashiCorp's Terraform Associate
Question #: 78
Topic #: 1
[All Terraform Associate Questions]

Which backend does the Terraform CLI use by default?

  • A. Terraform Cloud
  • B. Consul
  • C. Remote
  • D. Local
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Eltooth
Highly Voted 2 years, 4 months ago
Selected Answer: D
D is correct answer : local "By default, Terraform implicitly uses a backend called local to store state as a local file on disk. Every other backend stores state in a remote service of some kind, which allows multiple people to access it. Accessing state in a remote service generally requires some kind of access credentials, since state data contains extremely sensitive information." https://www.terraform.io/language/settings/backends
upvoted 7 times
...
shehreen
Most Recent 1 year, 4 months ago
Selected Answer: D
Answer is : D
upvoted 1 times
...
Power123
1 year, 7 months ago
Answer is D- local
upvoted 1 times
...
SilentMilli
1 year, 8 months ago
Selected Answer: D
The default backend used by the Terraform CLI is the local backend. This means that the state file is stored on the local file system in a file named "terraform.tfstate".
upvoted 3 times
...
vadeemkaa
1 year, 11 months ago
Answer D. By default in Local backend
upvoted 1 times
...
Ahmad_Terraform
2 years, 4 months ago
D. Local
upvoted 3 times
...
Zam88
2 years, 5 months ago
By default, Terraform uses a backend called local, which stores state as a local file on disk. You can also configure one of the built-in backends listed in the documentation sidebar. D correct
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...