HashiCorp Certified: Terraform Associate — Question 135
You have decided to create a new Terraform workspace to deploy a development environment.
What is different about this workspace?
Answer options
- A. It has its own state file
- B. It pulls in a different terraform.tfvars file
- C. It uses a different branch of code
- D. It uses a different backend
Correct answer: A
Explanation
The correct answer is A because each Terraform workspace maintains its own distinct state file, allowing for separate management of resources. The other options do not accurately reflect the unique characteristics of workspaces; they may relate to configurations but do not define the fundamental differences in state management.