Skip to content

Commit

Permalink
Add datasync permissions (#5236)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Oct 16, 2023
1 parent c535777 commit a33b739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform/environments/bootstrap/member-bootstrap/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,8 @@ data "aws_iam_policy_document" "policy" {
"datasync:Create*",
"datasync:Delete*",
"datasync:Describe*",
"datasync:List*",
"datasync:TagResource",
"ecs:RegisterTaskDefinition",
"ecs:UpdateService",
"ecs:deregisterTaskDefinition",
Expand Down

0 comments on commit a33b739

Please sign in to comment.