mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
secrets/aws: fix role field description (#20686)
This commit is contained in:
parent
3a1e8b8168
commit
578e62214e
1 changed files with 2 additions and 2 deletions
|
|
@ -53,9 +53,9 @@ func pathRoles(b *backend) *framework.Path {
|
|||
Fields: map[string]*framework.FieldSchema{
|
||||
"name": {
|
||||
Type: framework.TypeString,
|
||||
Description: "Name of the policy",
|
||||
Description: "Name of the role",
|
||||
DisplayAttrs: &framework.DisplayAttributes{
|
||||
Name: "Policy Name",
|
||||
Name: "Role Name",
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue