Skip to content

Commit

Permalink
add iam tag resource permission
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Oct 2, 2022
1 parent 3f81b4e commit 186e32f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions node/terraform/modules/functions-node/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ data "aws_iam_policy_document" "deploy" {
"lambda:UpdateFunctionConfiguration",
"lambda:AddPermission",
"lambda:GetPolicy",
"lambda:TagResource",
]
resources = [
"arn:aws:lambda:*:*:function:*-${var.suffix}",
Expand Down

0 comments on commit 186e32f

Please sign in to comment.