From 02fadba041a50c1fc5dcb61eeb15a55af0ea9d82 Mon Sep 17 00:00:00 2001 From: Graham Davison Date: Tue, 9 Jan 2024 11:56:28 -0800 Subject: [PATCH] Corrects path --- website/docs/language/settings/backends/s3.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/backends/s3.mdx b/website/docs/language/settings/backends/s3.mdx index 39d36ce3e8..bd65f7fd67 100644 --- a/website/docs/language/settings/backends/s3.mdx +++ b/website/docs/language/settings/backends/s3.mdx @@ -310,7 +310,7 @@ terraform { The following configuration is required: * `bucket` - (Required) Name of the S3 Bucket. -* `key` - (Required) Path to the state file inside the S3 Bucket. When using a non-default [workspace](/terraform/language/state/workspaces), the state path will be `/workspace_key_prefix/workspace_name/key` (see also the `workspace_key_prefix` configuration). +* `key` - (Required) Path to the state file inside the S3 Bucket. When using a non-default [workspace](/terraform/language/state/workspaces), the state path will be `//` (see also the `workspace_key_prefix` configuration). The following configuration is optional: