Skip to content

Commit 2302b9f

Browse files
Update policies-custom.tf
1 parent 080c3bc commit 2302b9f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/runners/policies-custom.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ resource "aws_iam_role_policy" "gh_artifacts_bucket" {
1919
Resource = [
2020
"arn:aws:s3:::github-ci-loop-artifacts/*",
2121
"arn:aws:s3:::github-ci-loop-artifacts",
22+
"arn:aws:s3:::dev-github-ci-loop-artifacts/*",
23+
"arn:aws:s3:::dev-github-ci-loop-artifacts",
2224
"arn:aws:s3:::packages.shs-ie-01.intelliflo.services/*",
2325
"arn:aws:s3:::packages.shs-ie-01.intelliflo.services",
2426
"arn:aws:s3:::mssql-migrations.shs-ie-01.intelliflo.services/*",

0 commit comments

Comments
 (0)