Skip to content

Commit a29a6ac

Browse files
committed
CCM-6250: add edge lambda cap
1 parent 836115f commit a29a6ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/modules/lambda/data_iam_policy_document_put_logs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data "aws_iam_policy_document" "put_logs" {
1414
]
1515
}
1616

17-
dynamic "statement" {
17+
dynamic "statement" {
1818
# Lambda@Edge logs are logged into Log Groups in the region of the edge location
1919
# that executes the code. Because of this, we need to allow the lambda role to create
2020
# Log Groups in other regions

0 commit comments

Comments
 (0)