True or False? Each Terraform workspace uses its own state file to manage the infrastructure associated with that particular workspace.
Correct Answer: B
The persistent data stored in the backend belongs to a workspace. Initially, the backend has only one workspace, called "default", and thus there is only one Terraform state associated with that configuration.