Skip to content

Commit 28b5380

Browse files
authored
Merge pull request #31 from SPHTech-Platform/fix/prov-conc-perms
fix deleting provisioned concurrency permissions
2 parents 9a7512d + 6f3f3fe commit 28b5380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ data "aws_iam_policy_document" "update_lambda" {
2929
"lambda:PublishVersion",
3030
"lambda:PublishLayerVersion",
3131
"lambda:PutProvisionedConcurrencyConfig",
32-
"lambda:DeleteProvisionedConcurrencyConfigCommand",
32+
"lambda:DeleteProvisionedConcurrencyConfig",
3333
]
3434
resources = ["arn:aws:lambda:${data.aws_region.current.name}:${data.aws_caller_identity.current.account_id}:function:${var.function_prefix}*"]
3535
}

0 commit comments

Comments
 (0)