TA-002-P · Question #145
TA-002-P Question #145: Real Exam Question with Answer & Explanation
The correct answer is C: local. {"question_number": 8, "question": "What is the default backend for Terraform?", "correct_answer": "C. local", "explanation": "If no backend block is defined in a Terraform configuration, Terraform uses the local backend by default. With the local backend, state is stored as a fi
Question
What is the default backend for Terraform?
Options
- Aconsul
- Bgcs
- Clocal
- Detcd
Explanation
{"question_number": 8, "question": "What is the default backend for Terraform?", "correct_answer": "C. local", "explanation": "If no backend block is defined in a Terraform configuration, Terraform uses the local backend by default. With the local backend, state is stored as a file named terraform.tfstate in the current working directory. Consul, GCS, and etcd are all valid remote backend options but must be explicitly configured.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.