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 90c2f7e + 06e81bb commit 6376db1Copy full SHA for 6376db1
data.tf
@@ -26,6 +26,7 @@ data "aws_iam_policy_document" "update_lambda" {
26
"lambda:UpdateFunctionCode",
27
"lambda:UpdateFunctionConfiguration",
28
"lambda:UpdateAlias",
29
+ "lambda:CreateAlias",
30
"lambda:PublishVersion",
31
"lambda:PublishLayerVersion",
32
"lambda:PutProvisionedConcurrencyConfig",
0 commit comments