Workspace config lookup is like a hotel room service menu — same hotel (codebase), but each floor (workspace) has a different menu (config).
terraform.workspace is a built-in variable with the current workspace name. Use it to look up environment-specific configuration from a local map.
$ terraform workspace list default dev * staging prod $ terraform workspace select prod Switched to workspace "prod".
Workspace config lookup is like a hotel room service menu — same hotel (codebase), but each floor (workspace) has a different menu (config).
terraform.workspace is a built-in variable with the current workspace name. Use it to look up environment-specific configuration from a local map.
$ terraform workspace list default dev * staging prod $ terraform workspace select prod Switched to workspace "prod".
Sign in to cast your vote
Sign in to share your feedback and join the discussion.