HashiCorpHashiCorp
TA-002-P · Question #34
TA-002-P Question #34: Real Exam Question with Answer & Explanation
The correct answer is D: State file. The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.
Implement and maintain state
Question
What does the default "local" Terraform backend store?
Options
- Atfplan files
- BTerraform binary
- CProvider plugins
- DState file
Explanation
The local backend stores state on the local filesystem, locks that state using system APIs, and performs operations locally.
Topics
#Terraform backend#Local backend#State file#Terraform state management
Community Discussion
No community discussion yet for this question.