Skip to content

Commit

Permalink
feat(terraform): allow dev environment to push to `devapp-olcs-pri-…
Browse files Browse the repository at this point in the history
…olcs-autotest-s3` bucket (#208)
  • Loading branch information
JoshuaLicense authored and matbeales committed Aug 6, 2024
1 parent 782611a commit 6698433
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion infra/terraform/environments/dev/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,16 @@ locals {
"arn:aws:sqs:eu-west-1:054614622558:DEVAPPDEV-OLCS-PRI-CHGET-DLQ",
"arn:aws:sqs:eu-west-1:054614622558:DEVAPPDEV-OLCS-PRI-CHGET"
]
}
},
{
effect = "Allow"
actions = [
"s3:PutObject",
]
resources = [
"arn:aws:s3:::devapp-olcs-pri-olcs-autotest-s3/*",
]
},
]
}

Expand Down

0 comments on commit 6698433

Please sign in to comment.