Commit 93e8d27
fix: adding missing permissions to boundaries (#3873)
`setup-iam-permissions`: add missing `iam:TagInstanceProfile` required
for `aws_iam_instance_profile "runner"`
The `aws_iam_instance_profile` resource in
https://github.com/philips-labs/terraform-aws-github-runner/blob/74471de59ac97748581612efa62c3950344916f4/modules/runners/policies-runner.tf#L11-L16
requires the `iam:TagInstanceProfile` permission.
Co-authored-by: Niek Palm <[email protected]>1 parent 9b4937c commit 93e8d27
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments