Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Commit

Permalink
upated iam s3 policy to write files into MOJAP-LAND
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavanchalamalasetti committed Sep 25, 2018
1 parent 2b3a57d commit 5a0bb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/data_upload_user/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data "aws_iam_policy_document" "system_user_s3_upload_writeonly" {

resources = [
"${var.upload_bucket_arn}/*",
"${var.upload_bucket_arn}/${var.org_name}/${var.system_name}/"
"${var.upload_bucket_arn}/${var.org_name}/${var.system_name}/",
]
}
}
Expand Down

0 comments on commit 5a0bb86

Please sign in to comment.