Skip to content

Commit

Permalink
another deformed resource (#4523)
Browse files Browse the repository at this point in the history
* another deformed resource

* -dev
  • Loading branch information
matt-heery authored Jun 12, 2024
1 parent cf4b045 commit d7d8867
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ locals {
}
Action = "s3:ListBucket"
Resource = [
"arn:aws:s3:::mojap-land",
"arn:aws:s3:::mojap-land-dev",
]
},
{
Expand Down Expand Up @@ -1711,7 +1711,7 @@ locals {
Action = "s3:GetObject"
Effect = "Allow"
Principal = {
AWS = "AROASYCVJWSNN3REJ3AFS"
AWS = "arn:aws:iam::189157455002:role/delius-lambda-copy-object-dev"
}
Resource = "arn:aws:s3:::mojap-metadata-dev/delius/*"
Sid = "ReadOnlyAccess-mojap-metadata-dev-delius"
Expand Down

0 comments on commit d7d8867

Please sign in to comment.