Using Terraform CLI, how do you display a name of the current workspace?

Experience Level: Junior
Tags: Terraform

Answer

Option 1:

Run the following command:

terraform workspace show

Option 2:

Run the following command:

terraform workspace list

The selected workspace is prefixed with character '*'.

Comments

No Comments Yet.
Be the first to tell us what you think.
Terraform CLI
Terraform CLI

Are you learning Terraform ? Try our test we designed to help you progress faster.

Test yourself