You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/state/environments.html.md

736 B

layout page_title sidebar_current description
docs State: Environments docs-state-env Legacy terminology for "Workspaces".

State Environments

The term state environment, or just environment, was used within the Terraform 0.9 releases to refer to the idea of having multiple distinct, named states associated with a single configuration directory.

After this concept was implemented, we recieved feedback that this terminology caused confusion due to other uses of the word "environment", both within Terraform itself and within organizations using Terraform.

As of 0.10, the preferred term is "workspace". For more information on workspaces, see the main Workspaces page.