From 6753fb5476a9eaf016118aacb4c63e5c5e8cd8cc Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 23 Sep 2022 17:24:39 -0400 Subject: [PATCH] Update website/docs/language/state/workspaces.mdx --- website/docs/language/state/workspaces.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/state/workspaces.mdx b/website/docs/language/state/workspaces.mdx index bec31346fc..4610961445 100644 --- a/website/docs/language/state/workspaces.mdx +++ b/website/docs/language/state/workspaces.mdx @@ -7,7 +7,7 @@ description: >- # Workspaces -Each Terraform configuration has an associated [backend](/language/settings/backends) that defines how operations are executed and where persistent data such as [the Terraform state](/language/state/purpose) are +Each Terraform configuration has an associated [backend](/language/settings/backends) that defines how Terraform executes operations where Terraform stores persistent data, like [Terraform state](/language/state/purpose). stored. The persistent data stored in the backend belongs to a workspace. The backend initially has only one workspace containing one Terraform state associated with that configuration. Some backends support multiple named workspaces, allowing multiple states to be associated with a single configuration. The configuration still has only one backend, but you can deploy multiple distinct instances of that configuration without configuring a new backend or changing authentication