Skip to content

Commit

Permalink
Merge pull request #7278 from stolostron/swopebe-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
swopebe authored Nov 22, 2024
2 parents 622bd86 + 21b799a commit c54d7e5
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 c54d7e5

Please sign in to comment.