Small typo fix

This commit is contained in:
Ben Turner 2018-05-16 10:55:24 -07:00 committed by Kristin Laemmert
parent e552897c52
commit 1de8d171ae
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ the backend has only one workspace, called "default", and thus there is only
one Terraform state associated with that configuration.
Certain backends support _multiple_ named workspaces, allowing multiple states
to be associated with a single configuration. The configuration is still
to be associated with a single configuration. The configuration still
has only one backend, but multiple distinct instances of that configuration
to be deployed without configuring a new backend or changing authentication
credentials.