secrets/aws: fix role field description (#20686)

This commit is contained in:
John-Michael Faircloth
2023-05-19 13:33:18 -05:00
committed by GitHub
parent 3a1e8b8168
commit 578e62214e

View File

@@ -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",
},
},