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

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

What does the default "local" Terraform backend store?

  • A. tfplan files
  • B. Terraform binary
  • C. Provider plugins
  • D. State file
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
softarts
Highly Voted 2 years, 6 months ago
choose D
upvoted 12 times
...
Eltooth
Highly Voted 2 years, 5 months ago
Selected Answer: D
D is correct answer. https://www.terraform.io/language/settings/backends/local https://www.terraform.io/language/state
upvoted 8 times
...
Bluemoon22
Most Recent 1 year, 7 months ago
D, state files
upvoted 1 times
...
camps
1 year, 7 months ago
Selected Answer: D
D. State file. The default "local" Terraform backend stores the state file on the local disk of the machine running Terraform. The state file contains information about the resources managed by Terraform, such as their current state and any dependencies between them. When running Terraform commands, such as terraform plan or terraform apply, Terraform reads the state file to determine the current state of the resources and what changes need to be made to reach the desired state.
upvoted 5 times
...
Power123
1 year, 7 months ago
D is correct
upvoted 1 times
...
vyhak
1 year, 9 months ago
Selected Answer: D
D is the answer
upvoted 1 times
...
asat_chil
1 year, 10 months ago
Answer: D
upvoted 1 times
...
Bere
1 year, 11 months ago
Selected Answer: D
https://developer.hashicorp.com/terraform/language/state Terraform must store state about your managed infrastructure and configuration. This state is used by Terraform to map real world resources to your configuration, keep track of metadata, and to improve performance for large infrastructures. This state is stored by default in a local file named "terraform.tfstate", but it can also be stored remotely, which works better in a team environment.
upvoted 3 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 ...