Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #4873 from hashicorp/fixEcsRunnerIamPolicy
Browse files Browse the repository at this point in the history
Fix syntax error in ECS policy doc
  • Loading branch information
izaaklauer committed Aug 8, 2023
2 parents 6ae375e + 10d4536 commit 50664f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/4873.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
runneruninstall/aws-ecs: Fix installing runners in new AWS accounts by fixing an inline policy syntax error.
```
2 changes: 1 addition & 1 deletion internal/runnerinstall/ecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const odrRolePolicy = `{
"elasticloadbalancing:DescribeListeners",
"elasticloadbalancing:DescribeLoadBalancers",
"elasticloadbalancing:DescribeRules",
"elasticloadbalancing:DescribeTags,
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTargetGroups",
"elasticloadbalancing:ModifyListener",
"elasticloadbalancing:DescribeTargetHealth",
Expand Down

0 comments on commit 50664f6

Please sign in to comment.