Skip to content

Commit

Permalink
https://issues.redhat.com/browse/ACM-14608 small typo in command-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
swopebe authored Nov 22, 2024
1 parent 622bd86 commit 21b799a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clusters/hosted_control_planes/create_role_sts_aws.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You need the `arn` value from the output to use in the next step.
{
"Effect": "Allow",
"Principal": {
"AWS": <arn>
"AWS": "<arn>"
},
"Action": "sts:AssumeRole"
}
Expand Down

0 comments on commit 21b799a

Please sign in to comment.