We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c00aa commit a433947Copy full SHA for a433947
modules/lambda@edge/main.tf
@@ -64,7 +64,7 @@ module "role" {
64
65
policy_documents = [
66
data.aws_iam_policy_document.lambda_write_logs.json,
67
- each.value.additional_policy.json
+ each.value.additional_policy
68
]
69
70
context = module.function_label[each.key].context
0 commit comments