Valid TA-002-P Dumps shared by ExamDiscuss.com for Helping Passing TA-002-P Exam! ExamDiscuss.com now offer the newest TA-002-P exam dumps, the ExamDiscuss.com TA-002-P exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com TA-002-P dumps with Test Engine here:
You have created two workspaces PROD and DEV. You have switched to DEV and provisioned DEV infrastructure from this workspace. Where is your state file stored?
Correct Answer: D
Terraform stores the workspace states in a directory called terraform.tfstate.d. This directory should be treated similarly to default workspace state file terraform.tfstate ├── main.tf ├── provider.tf ├── terraform.tfstate.d │ ├── DEV │ │ └── terraform.tfstate # DEV workspace state file │ └── PROD │ └── terraform.tfstate # PROD workspace state file ├── terraform.tfvars # Default workspace state file └── variables.tf