Skip to content

Commit

Permalink
backend/remote-state/gcs: Mark the "path" option as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
octo authored and jbardin committed Oct 27, 2017
1 parent b09f121 commit c00e929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/remote-state/gcs/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit c00e929

Please sign in to comment.