---
type: archive
area: archive
status: archived
date: 2026-05-03
created: 2026-05-03
updated: 1980-01-01
tags:
  - archive
---
```
terraform workspace new [Project Name]
terraform workspace list
```
![[img-20240922-002046-9c20410a.png]].
to switch workspaces
```
terrform workspaces select [Project Name]
```
State is stored in a  dir called terraform.tfstate.d. In it a dir with the name of workspace is created and in it state file is created
