Skip to content

Commit

Permalink
DSOS-2198: nomis: fix s3 permission so aws s3 sync works (#3561)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Oct 4, 2023
1 parent f766f17 commit 4223aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/nomis/locals_preproduction.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ locals {
"s3:ListBucket",
]
resources = [
"arn:aws:s3:::nomis-db-backup-bucket*/*",
"arn:aws:s3:::nomis-db-backup-bucket*",
]
},
{
Expand Down

0 comments on commit 4223aaa

Please sign in to comment.