Manage multiple environments (dev, staging, prod) from a single configuration using Terraform workspaces.
Create a directory to explore workspaces.
mkdir -p ~/terraform-practice/lesson-304cd ~/terraform-practice/lesson-304Workspaces let you have multiple state files for the same configuration - useful for managing environments.
You're in the lesson-304 directory.