diff --git a/backend/remote-state/s3/backend.go b/backend/remote-state/s3/backend.go index 65db10eff..1a1e10bab 100644 --- a/backend/remote-state/s3/backend.go +++ b/backend/remote-state/s3/backend.go @@ -143,7 +143,7 @@ func New() backend.Backend { "workspace_key_prefix": { Type: schema.TypeString, Optional: true, - Description: "The prefix applied to the state path inside the bucket", + Description: "The prefix applied to the non-default state path inside the bucket", Default: "env:", }, },