HashiCorp
TA-002-P · Question #230
Complete the following sentence: For local state, the workspaces are stored directly in a ___________.
The correct answer is D. directory called terraform.tfstate.d. For local state, Terraform stores the workspace states in a directory called terraform.tfstate.d.
Implement and maintain state
Question
Complete the following sentence:
For local state, the workspaces are stored directly in a ___________.
Options
- Aa file called terraform.tfstate.backup
- Bdirectory called terraform.workspaces.tfstate
- Ca file called terraform.tfstate
- Ddirectory called terraform.tfstate.d
How the community answered
(36 responses)- A3% (1)
- C6% (2)
- D92% (33)
Explanation
For local state, Terraform stores the workspace states in a directory called terraform.tfstate.d.
Topics
#Terraform state#Local workspaces#State file location
Community Discussion
No community discussion yet for this question.