Skip to content

Commit

Permalink
UPDATE s3 related permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramesh-maddegoda committed Sep 5, 2024
1 parent 68bb501 commit f5b7c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/terraform-modules/archive/archive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ data "aws_iam_policy_document" "pds_nucleus_archive_replication_policy" {
"s3:GetObjectVersionTagging",
]

resources = ["*"]
resources = ["arn:aws:s3:::pds-*-archive-*"]
}

statement {
Expand Down

0 comments on commit f5b7c93

Please sign in to comment.