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 218 discussion

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

Which backend does the Terraform CLI use by default?

  • A. API
  • B. Remote
  • C. Terraform Cloud
  • D. Local
  • E. HTTP
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
awsexams
11 months, 1 week ago
Selected Answer: D
D. Local
upvoted 1 times
...
Jhaggar
1 year, 6 months ago
Selected Answer: D
The Terraform CLI uses the local backend by default, which stores the state file on the local disk of the machine running Terraform.
upvoted 2 times
...
FarziWaliMarzi
1 year, 7 months ago
Selected Answer: D
Local for sure
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: D
D. Local By default, the Terraform CLI uses the local backend to store the state file. The local backend stores the state as a file on your local filesystem. If you want to use a different backend, such as a remote backend (e.g., Terraform Cloud) or other options like S3 or Consul, you need to configure the backend explicitly in your Terraform configuration files.
upvoted 3 times
...
SilentMilli
1 year, 8 months ago
Selected Answer: D
The Terraform CLI uses a local backend by default, which stores the state of your infrastructure in a local file named terraform.tfstate. This backend is simple to use and requires no additional setup, making it a good option for getting started with Terraform.
upvoted 1 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 ...