Skip to content

Commit

Permalink
Merge pull request #9057 from ministryofjustice/Update_111224_1
Browse files Browse the repository at this point in the history
Update_111224_1
  • Loading branch information
nbuckingham72 authored Dec 11, 2024
2 parents af8d970 + 903d5a8 commit a8c0426
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions terraform/environments/ppud/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -1187,7 +1187,8 @@ resource "aws_iam_policy" "iam_policy_for_lambda_cloudwatch_get_metric_data_dev"
"Action" : [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
"s3:DeleteObject",
"s3:ListBucket"
],
"Resource" : [
"arn:aws:s3:::moj-lambda-layers-dev",
Expand Down Expand Up @@ -1329,7 +1330,8 @@ resource "aws_iam_policy" "iam_policy_for_lambda_cloudwatch_get_metric_data_prod
"Action" : [
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject"
"s3:DeleteObject",
"s3:ListBucket"
],
"Resource" : [
"arn:aws:s3:::moj-lambda-layers-prod",
Expand Down

0 comments on commit a8c0426

Please sign in to comment.