Skip to content

Commit fafd62a

Browse files
committed
fix the policy
1 parent c4300f7 commit fafd62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ data "aws_iam_policy_document" "update_lambda_edge" {
7676

7777
data "aws_iam_policy_document" "update_lambda_edge_combined" {
7878
source_policy_documents = compact([
79-
data.aws_iam_policy_document.update_lambda.json,
79+
data.aws_iam_policy_document.update_lambda_edge.json,
8080
var.deployer_lambda_edge_additional_permission
8181
])
8282
}

0 commit comments

Comments
 (0)