mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-16 19:52:49 -06:00
7ed70bb00e
This repo now contains only the core docs, with other content moving elsewhere.
736 B
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.