From 2dd464cf8f14c8f058425c4cc3e5e01e4353aa9d Mon Sep 17 00:00:00 2001 From: Alex Rowley Date: Tue, 27 Jun 2017 16:32:00 +0100 Subject: [PATCH] Clarify field description --- backend/remote-state/s3/backend.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:", }, },