HashiCorp Certified: Terraform Associate — Question 284

What is the purpose of a Terraform workspace in either open source or enterprise?

Answer options

Correct answer: A

Explanation

The correct answer is A because Terraform workspaces are specifically designed to help manage different states of infrastructure in separate state files. Options B, C, and D do not accurately describe the function of workspaces; they pertain to organizational structure, security policies, and access control, respectively.