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": {
|
"path": {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
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": {
|
"prefix": {
|
||||||
|
|
Loading…
Reference in New Issue