backend/remote-state/gcs: Mark the "path" option as deprecated.
This commit is contained in:
parent
b09f121f86
commit
c00e929ee5
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue