Skip to content

Commit

Permalink
Fix external_id description
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz committed Jun 26, 2024
1 parent 90769d2 commit a39aa8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/logical/aws/path_roles.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ delimited key pairs.`, assumedRoleCred),
},
"external_id": {
Type: framework.TypeString,
Description: "External ID to set when assuming the role; only valid when credential_type is" + assumedRoleCred,
Description: "External ID to set when assuming the role; only valid when credential_type is " + assumedRoleCred,
DisplayAttrs: &framework.DisplayAttributes{
Name: "External ID",
},
Expand Down

0 comments on commit a39aa8a

Please sign in to comment.