mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Clarify field description
This commit is contained in:
parent
22f36a6e43
commit
2dd464cf8f
@ -143,7 +143,7 @@ func New() backend.Backend {
|
|||||||
"workspace_key_prefix": {
|
"workspace_key_prefix": {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Description: "The prefix applied to the state path inside the bucket",
|
Description: "The prefix applied to the non-default state path inside the bucket",
|
||||||
Default: "env:",
|
Default: "env:",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user