Skip to content

Commit

Permalink
Merge pull request #334 from NEU-DSG/clean-clutter-for-prod-release
Browse files Browse the repository at this point in the history
add prod dailp deploy principal
  • Loading branch information
GracefulLemming committed Oct 9, 2023
2 parents 5471a2a + 3c5cf43 commit b398878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/media-storage.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
if config.setup.stage == "dev" then
[ "arn:aws:iam::783177801354:user/dailp-deployment" ]
else
[""]; # TODO get prod value
[ "arn:aws:iam::363539660090:user/dialp-deployment" ]; # TODO get prod value
};
actions = [
"s3:GetObject"
Expand Down

0 comments on commit b398878

Please sign in to comment.