backend/remote-state/gcs: Mark the "path" option as deprecated.

This commit is contained in:
Florian Forster 2017-09-12 10:47:10 +02:00 committed by James Bardin
parent b09f121f86
commit c00e929ee5
1 changed files with 2 additions and 1 deletions

View File

@ -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": {