From c00e929ee5f06e5e0265e24952ee55410e9fee26 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 12 Sep 2017 10:47:10 +0200 Subject: [PATCH] backend/remote-state/gcs: Mark the "path" option as deprecated. --- backend/remote-state/gcs/backend.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/remote-state/gcs/backend.go b/backend/remote-state/gcs/backend.go index e17ecf564..92aaa58eb 100644 --- a/backend/remote-state/gcs/backend.go +++ b/backend/remote-state/gcs/backend.go @@ -43,7 +43,8 @@ func New() backend.Backend { "path": { Type: schema.TypeString, Optional: true, - Description: "(Legacy) Path of the default state file; use prefix instead", + Description: "Path of the default state file", + Deprecated: "Use the \"prefix\" option instead", }, "prefix": {