author avatar

soniya.rayabagi

Tue Feb 13 2024

terraform workspace show command is used to display the name of the current workspace.
terraform workspace new <name> command is used when you want to create new workspace.
terraform workspace list command used to list all the workspaces.
terraform workspace select example1 can switch between the workspaces.