We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7512d + 6f3f3fe commit 28b5380Copy full SHA for 28b5380
data.tf
@@ -29,7 +29,7 @@ data "aws_iam_policy_document" "update_lambda" {
29
"lambda:PublishVersion",
30
"lambda:PublishLayerVersion",
31
"lambda:PutProvisionedConcurrencyConfig",
32
- "lambda:DeleteProvisionedConcurrencyConfigCommand",
+ "lambda:DeleteProvisionedConcurrencyConfig",
33
]
34
resources = ["arn:aws:lambda:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:function:${var.function_prefix}*"]
35
}
0 commit comments