Skip to content

Commit

Permalink
Add a couple permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretions committed Jan 31, 2025
1 parent 46578e4 commit e3f0603
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions modules/iam-bootstrap/bootstrap-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"Effect": "Allow",
"Action": [
"lambda:CreateFunction",
"lambda:TagResource",
"lambda:GetFunction",
"lambda:ListVersionsByFunction",
"lambda:DeleteFunction",
Expand All @@ -42,7 +41,9 @@
"lambda:UpdateCodeSigningConfig",
"lambda:GetCodeSigningConfig",
"lambda:GetFunctionCodeSigningConfig",
"lambda:DeleteCodeSigningConfig"
"lambda:DeleteCodeSigningConfig",
"lambda:TagResource",
"lambda:ListTags"
],
"Resource": "*"
},
Expand All @@ -60,7 +61,9 @@
"Action": [
"cur:PutReportDefinition",
"cur:DescribeReportDefinitions",
"cur:DeleteReportDefinition"
"cur:DeleteReportDefinition",
"cur:TagResource",
"cur:ListTagsForResource"
],
"Resource": [
"*"
Expand Down

0 comments on commit e3f0603

Please sign in to comment.