Skip to content

Commit a433947

Browse files
committed
fix: Remove .json reference from string object
1 parent 58c00aa commit a433947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lambda@edge/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ module "role" {
6464

6565
policy_documents = [
6666
data.aws_iam_policy_document.lambda_write_logs.json,
67-
each.value.additional_policy.json
67+
each.value.additional_policy
6868
]
6969

7070
context = module.function_label[each.key].context

0 commit comments

Comments
 (0)