Skip to content

Commit 2a333ac

Browse files
committed
fn assoc
1 parent ba21c83 commit 2a333ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/terraform/components/app/cloudfront_distribution_main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ resource "aws_cloudfront_distribution" "main" {
6666
compress = true
6767

6868
function_association {
69-
function_arn = module.download_authorizer_lambda.arn
69+
function_arn = module.download_authorizer_lambda.function_arn
7070
event_type = "origin-request"
7171
}
7272
}

0 commit comments

Comments
 (0)