We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4300f7 commit fafd62aCopy full SHA for fafd62a
data.tf
@@ -76,7 +76,7 @@ data "aws_iam_policy_document" "update_lambda_edge" {
76
77
data "aws_iam_policy_document" "update_lambda_edge_combined" {
78
source_policy_documents = compact([
79
- data.aws_iam_policy_document.update_lambda.json,
+ data.aws_iam_policy_document.update_lambda_edge.json,
80
var.deployer_lambda_edge_additional_permission
81
])
82
}
0 commit comments