Skip to content

Commit

Permalink
Add DescribeRecoveryPoint to bootstrap (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretions authored Feb 27, 2024
1 parent 4d295bf commit 9f7f128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/iam-bootstrap/bootstrap-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"backup:ListTags",
"backup:TagResource",
"backup:UntagResource",
"backup:DeleteRecoveryPoint"
"backup:DeleteRecoveryPoint",
"backup:DescribeRecoveryPoint"
],
"Resource": [
"arn:${partition}:backup:*:${account_id}:backup-vault:${deploy_id}-efs",
Expand Down

0 comments on commit 9f7f128

Please sign in to comment.