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 #4875 from hashicorp/backport/fixEcsRunnerIamPolic…
Browse files Browse the repository at this point in the history
…y/nominally-absolute-goose

This pull request was automerged via backport-assistant
  • Loading branch information
hc-github-team-waypoint committed Aug 8, 2023
2 parents 88f9993 + eb118f6 commit df708fa
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 df708fa

Please sign in to comment.