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

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.