Skip to content

Commit

Permalink
data_archive TF: Added steps-s3-copy role get attributes and tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
victorskl committed Jan 3, 2025
1 parent 3c9293d commit 50a3463
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/stacks/unimelb/data_archive/analysis_archive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@ data "aws_iam_policy_document" "analysis_archive" {
"s3:RestoreObject",
"s3:GetObject",
"s3:GetObjectVersion",
"s3:GetObjectAttributes",
"s3:GetObjectVersionAttributes",
"s3:GetObjectTagging",
"s3:GetObjectVersionTagging",
])
resources = sort([
aws_s3_bucket.analysis_archive.arn,
Expand Down
4 changes: 4 additions & 0 deletions terraform/stacks/unimelb/data_archive/fastq_archive.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ data "aws_iam_policy_document" "fastq_archive" {
"s3:RestoreObject",
"s3:GetObject",
"s3:GetObjectVersion",
"s3:GetObjectAttributes",
"s3:GetObjectVersionAttributes",
"s3:GetObjectTagging",
"s3:GetObjectVersionTagging",
])
resources = sort([
aws_s3_bucket.fastq_archive.arn,
Expand Down

0 comments on commit 50a3463

Please sign in to comment.