Update website/docs/language/state/workspaces.mdx

This commit is contained in:
Laura Pacilio 2022-09-23 17:24:54 -04:00 committed by GitHub
parent 6753fb5476
commit 2ea3765fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@ description: >-
# Workspaces # Workspaces
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). 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 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
credentials. credentials.