Files
opentf/website/docs/state/environments.html.md
Nick Fagerlund 596e529602 website: Adopt a ton of pages into the "language" layout
As of this commit, that layout doesn't exist yet, but I'm isolating the one-line
changes to their own commit to try and keep your eyes from glazing over.
2020-10-26 18:19:26 -07:00

740 B

layout, page_title, sidebar_current, description
layout page_title sidebar_current description
language 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 received 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.