What is the purpose of a Terraform workspace in either open source or enterprise?
- AWorkspaces allow you to manage collections of infrastructure in state files (correct answer)
- BA logical separation of business units
- CA method of grouping multiple infrastructure security policies
- DProvides limited access to a cloud environment
Reveal answer & explanationHide answer
The correct answer is A. Option A: Workspaces allow you to manage collections of infrastructure in state files
Explanation
Terraform state maps resource addresses to remote objects and stores metadata needed to calculate changes efficiently.


